Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I create a custom menu that opens with a specific worksheet? How do I
add menu items to the custom menu and how do I get the menu items to run code? Thanks! Steve |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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) Steve wrote: How do I create a custom menu that opens with a specific worksheet? How do I add menu items to the custom menu and how do I get the menu items to run code? Thanks! Steve -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dave,
Thanks for your responses to both my posts! Steve "Dave Peterson" wrote in message ... 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) Steve wrote: How do I create a custom menu that opens with a specific worksheet? How do I add menu items to the custom menu and how do I get the menu items to run code? Thanks! Steve -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
From a post by Dave Peterson.......................
Your life will become much simpler if you include code to create the toolbar when the workbook is opened and include code to destroy the toolbar when the workbook is closed. 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) End Dave post........................................ Gord Dibben MS Excel MVP On Wed, 15 Aug 2007 20:08:24 -0400, "Steve" wrote: How do I create a custom menu that opens with a specific worksheet? How do I add menu items to the custom menu and how do I get the menu items to run code? Thanks! Steve |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Gord,
Thanks for your response to my post! Steve "Gord Dibben" <gorddibbATshawDOTca wrote in message ... From a post by Dave Peterson....................... Your life will become much simpler if you include code to create the toolbar when the workbook is opened and include code to destroy the toolbar when the workbook is closed. 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) End Dave post........................................ Gord Dibben MS Excel MVP On Wed, 15 Aug 2007 20:08:24 -0400, "Steve" wrote: How do I create a custom menu that opens with a specific worksheet? How do I add menu items to the custom menu and how do I get the menu items to run code? Thanks! Steve |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
My .xla custom menu items doesn't show up when using 3rd party software | Excel Programming | |||
custom menu items not responding after initial save | Excel Programming | |||
Create/Remove Custom Menu Items from Add-in | Excel Programming | |||
coping custom menu items | Excel Programming | |||
Adding and Removing Custom Menu Items for one file... | Excel Programming |