View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dan dan is offline
external usenet poster
 
Posts: 866
Default Disable Workbook_Open() Macro

I have a workbook that runs the Workbook_Open() code every time you open it.
There are some times I would like to open the workbook without running the
macro. Is there a way to disable the macro on Open (For example in Access
you can hold down the Shift key while opening the DB and it won't exceute the
autoexec macro)

Any suggestions are appreciated.
Thanks!