property Slider.SelStart as Long
Returns or sets a value that indicates where a selection starts.

TypeDescription
Long A long expression that specifies where the selection starts.
By default, the SelStart property is 0. The SelectRange property returns or sets a value that indicates whether the control can have a select range. The SelLength property specifies the length of the selection. Use the Background property to change the visual aspect of the selection range. Use the Value property to specify the control's value. Use the Minimum and Maximum properties to specify the range's value. Use the Caption property to put a HTML text on any part of the control. The slider control has a capability that you might ignore: you can assign its SelectRange property to True to enter Select Range mode, during which the user can use the Slider to select a range instead of a single value. When in Select Range mode, however, it's up to you to manage the SelStart and SelLength properties.

The blue area indicates the selection range. Using the Background property you can specify a new visual appearance of the selection range, including skins. Use the SelStart and SelLenght property to specify the area being occupied by selection range.