View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mike_cutting-edge mike_cutting-edge is offline
external usenet poster
 
Posts: 1
Default How: open a workbook with auto macro disabled using code?

I am trying to open a number of workbooks from VBA in excel and I need to
open them with macros disabled or auto macro disabled. This is because the
worksheets I need to open have an auto macro which loads data from a server
and I do not want it to run.
Thanks.