davidd31415
Nov 22nd, 2005, 06:55 PM
I've tried using the macro recorder to get some hints on this one, but it doesn't seem to pick anything up...
I'd like to create a button on a (custom) toolbar and set it to run a certain macro when a workbook is opened. I've got the code for creating the toolbar in place...
My goal is to have a toolbar that allows the user to select between worksheets since the tabs at the bottom need to be scrolled and right clicking on the scroll buttons only brings up a partial list until the user clicks on the entry to bring up the entire list.
I see some other directions I'd like to go from here (having subfields, much like you can organize your bookmarks and start menus) but first off I'd like to have a solution where the controls do not move off the screen when the page is scrolled.
I've looked at using freeze panes but that method just looks messy compared to putting a toolbar up...
Thanks all,
David.
I'd like to create a button on a (custom) toolbar and set it to run a certain macro when a workbook is opened. I've got the code for creating the toolbar in place...
My goal is to have a toolbar that allows the user to select between worksheets since the tabs at the bottom need to be scrolled and right clicking on the scroll buttons only brings up a partial list until the user clicks on the entry to bring up the entire list.
I see some other directions I'd like to go from here (having subfields, much like you can organize your bookmarks and start menus) but first off I'd like to have a solution where the controls do not move off the screen when the page is scrolled.
I've looked at using freeze panes but that method just looks messy compared to putting a toolbar up...
Thanks all,
David.