Create a scroll bar

Brian from Maui

MrExcel MVP
Joined
Feb 16, 2002
Messages
8,459
Ihave a request from a freind who wants a create a scroll bar in S3 and have it scroll right from column S. Is this possible. He has what seems like a scroll bar, but the sheet doesn't scroll.
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Hi Brian
Can your friend not use the std scroll bar within Excel @ Bottom ?
What type of scrollbar, ToolBox or Control Toolbox ?
 
Upvote 0
Hi Brian
Can your friend not use the std scroll bar within Excel @ Bottom ?
What type of scrollbar, ToolBox or Control Toolbox ?

From the Control Tool Bar and this is the code he has

Code:
Private Sub ScrollBar1_Change()

End Sub

I told him to use freeze pane and then scroll, but.....
 
Upvote 0
Hi Brian
Can your friend not use the std scroll bar within Excel @ Bottom ?
What type of scrollbar, ToolBox or Control Toolbox ?

From the Control Tool Bar and this is the code he has

Code:
Private Sub ScrollBar1_Change()

End Sub

I told him to use freeze pane and then scroll, but.....

Yes, that would be a better option other wise with that control it would scroll off the visible view
 
Upvote 0

Forum statistics

Threads
1,213,511
Messages
6,114,054
Members
448,543
Latest member
MartinLarkin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top