Scroll bars without control tabs

C

CJ

I'm using Excel w Office 2000. Until today I have had no trouble inserting
scroll bars. Usually I right click on the control bar and go to format
control. Then I go to the control tab to set parameters. The Control tab is
one of 5 tabs (size, protestion, properties, web, control). Today the control
tab has gone! How do I get it back. Thanks for your help, Chris.
 
D

davesexcel

you have placed a scroll bar from the controls toolbar, instead of th
forms toolba
 
C

CJ

Thank you. The forms toolbar works wondrfully. But, I don't understand why
one would want a a controls toolbar vs forms toolbar.
 
D

davesexcel

The controls toolbar is ActiveX, if you place a scroll bar from the
controls toolbox and right clicked(with the mouse),then selected view
code you will be taken into VBA and then you will be able to use VBA
code to do what you require very similar to creating a userform
 
Top