View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paulymon Paulymon is offline
external usenet poster
 
Posts: 14
Default Open workbook using VBA but don't run macros

What is the line I can use to open a spreadsheet (123.xls say), but not run
the macros that are in the open event of 123.xls

I can open the workbook using
workbooks.open FileName:= "C:\123.xls"
but the macros run.

How do I do this? Is it possible?