View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
siansun siansun is offline
external usenet poster
 
Posts: 2
Default custom menus in excel

I have created an excel application with mostly custom menus using vba code.
The problem is that when the application is open, if i try to open a regular
excel file it also opens showing only the custom menus. is there a way to
(programmatically) get around this problem? and would i be able to do this in
vba code for the application containing the custom menus?

thanks