Hi,
i have multiple scrollbars in a worksheet. these scrollbars were added using the Forms Toolbar. i want to create a class file which will add these scrollbars into a collection so that i can manipulate any scrollbars change event.
in the class file, for Control Toolbox Scrollbar, we generally write,
what do we write for a Scrollbar added from a Forms toolbar?
i have multiple scrollbars in a worksheet. these scrollbars were added using the Forms Toolbar. i want to create a class file which will add these scrollbars into a collection so that i can manipulate any scrollbars change event.
in the class file, for Control Toolbox Scrollbar, we generally write,
Code:
Public WithEvents Scroller as MSForms.Scrollbar
what do we write for a Scrollbar added from a Forms toolbar?