Create a floating text box or userform that will scroll up and down

Zimmerman

Well-known Member
Joined
Jan 22, 2009
Messages
663
Does anybody know of a way that i could create either a floating text box or a floating userform that will always stay at the top of the sheet so when i scroll down it will still be visible. it's just an information box really that is telling the user that they can click on any item in Blue to go that sheet. I have hyperlinks in each sheet that they can click on.

Excel 2003
Windows XP
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Thanks for the help with trying to get me in the right direction but that link wasn't really anything that could help me. Or at least if it was i couldn't find out how. Thanks again, but does anybody else have any suggestions?
 
Upvote 0
Just load a userform modelessly:
Code:
userform1.show false
for example. Or freeze panes at the top of the sheet and put the instructions there.
 
Upvote 0

Forum statistics

Threads
1,224,590
Messages
6,179,763
Members
452,940
Latest member
rootytrip

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