Menu Editor /Windows Menu

  • Thread starter Thread starter ed
  • Start date Start date
E

ed

Hello All,

I am developing an Excel VBA Application and would like to
add custom Menus like the File Menu , Edit Menu, etc. The
type of menu that you see in MS Office applications. I
know there is a menu editor available in Visual Basic does
VBA provide a way to design menus?

Thanks
Ed
 
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.aspx?scid=kb;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.


Also see John Walkenbach's site

http://j-walk.com/ss/excel/tips/tip53.htm
Creating Custom Menus

http://j-walk.com/ss/excel/tips/commandbars.htm
 
Back
Top