View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
BEEJAY BEEJAY is offline
external usenet poster
 
Posts: 247
Default Excel Custom Menu - Insert Where?

Tom: Thanks for the prompt response.
Once again, I think I must have expressed myself unclearly.
I have 5 top level menu Items, each with up to about 20 sub-levels
4 of the top level menus items were made with J-Walks Menu-Maker
1 was made the "simple" way - (non-VBA)
Looking thru your suggested sites I could not find anything that would
indicate answers to my specific questions, in light of the clarification
just given. Am I again missing something simple here?


"Tom Ogilvy" wrote:

http://www.j-walk.com/ss/excel/tips/tip53.htm

either use his method or look at the code to see how to work with commandbars:

http://support.microsoft.com/default...b;en-us;830502
How to customize menus and menu bars in Excel

http://support.microsoft.com/?id=159619
XL97: Sample Macros for Customizing Menus and Submenus

http://support.microsoft.com/?id=213550
XL2000: Sample Macros for Customizing Menus and Submenus


http://support.microsoft.com/default...b;en-us;166755
File Title: Customizing Menu Bars, Menus, and Menu Items in Microsoft(R)
Excel 97
File Name: WE1183.EXE
File Size: 58041 bytes
File Date: 06/20/97
Keywords: kbfile kbappnote
Description: This Application Note can help you learn techniques for writing
Visual Basic(R) for Applications code to customize menus in Microsoft Excel
97. This Application Note contains code examples that you can use with the
following elements: menu bars, menus, menu items, submenus, and shortcut
menus.

--
Regards,
Tom Ogilvy




"BEEJAY" wrote:

Greetings:
Still looking to find out how to specify where in the menu line-up,
my custom menus will be placed.
I have 5 custom menus, and more to come.
It would be more than a little beneficial if I could locate them in
a specific sequence on the menu line - easier to use that way.
Questions:
1: Can this be done?
2: If yes, How?
3: Is it possible to create a 2nd menu line?
4: If yes, How?