View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default how do I open a new Excel file without including my custom menus?

Open excel in safe mode (probably not a reasonable suggestion since it stops
lots of things from loading.

Windows start button|Run
excel /safe

File|open yourworkbookname.xls

===
or just close the workbook with the macro after you open excel?

jimbo wrote:

I've created macros and user forms and access them by a custom menu. However,
sometimes I would like to open a new excel file that does not include my
macros or custom menu. How do I do this?


--

Dave Peterson