View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sean McPoland[_3_] Sean McPoland[_3_] is offline
external usenet poster
 
Posts: 4
Default Open wrkBook (auto_open) programmatically

Hi ya'll

right Office 2003,

I have a workbook with an Auto_Open Macro. I am opening
the Workbook subsequently in Power point VBA.

I have tried using READONLY = true and Editable= (T&F)
however the auto_open macro still executes.

How do I simulate the manual method of Open without
running Auto_Open macro in VBA?

I tried the Workbook.RunAutoOpen but that didn't seem to
work but that only works after the workbook is open
rather than at the Application level.

Your help gratefully received.

regards
Sean