Can I use vb code to create macro buttons on the toobar when a workbook is opened? If so How?
C chrisnsmith Feb 11, 2009 #1 Can I use vb code to create macro buttons on the toobar when a workbook is opened? If so How?
D Dan Feb 11, 2009 #2 Yes you can! But if you are going to do this I recommend John Walkenbach's power programming with VBA books. Very easy to use and you don't need to read cover to cover-just use it as a reference.
Yes you can! But if you are going to do this I recommend John Walkenbach's power programming with VBA books. Very easy to use and you don't need to read cover to cover-just use it as a reference.
D Dave Peterson Feb 11, 2009 #3 For additions to the worksheet menu bar, I really like the way John Walkenbach does it in his menumaker workbook: http://j-walk.com/ss/excel/tips/tip53.htm Here's how I do it when I want a toolbar: http://www.contextures.com/xlToolbar02.html (from Debra Dalgleish's site) In xl2007, those toolbars and menu modifications will show up under the addins. And if you use xl2007: If you want to learn about modifying the ribbon, you can start at Ron de Bruin's site: http://www.rondebruin.nl/ribbon.htm http://www.rondebruin.nl/qat.htm -- For macros for all workbooks (saved as an addin) or http://www.rondebruin.nl/2007addin.htm
For additions to the worksheet menu bar, I really like the way John Walkenbach does it in his menumaker workbook: http://j-walk.com/ss/excel/tips/tip53.htm Here's how I do it when I want a toolbar: http://www.contextures.com/xlToolbar02.html (from Debra Dalgleish's site) In xl2007, those toolbars and menu modifications will show up under the addins. And if you use xl2007: If you want to learn about modifying the ribbon, you can start at Ron de Bruin's site: http://www.rondebruin.nl/ribbon.htm http://www.rondebruin.nl/qat.htm -- For macros for all workbooks (saved as an addin) or http://www.rondebruin.nl/2007addin.htm