Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
According to MS, the /automation switch for Excel disables all
automatically opened files and auto-run macros. You get this feature when starting Excel like "excel.exe /automation". But, I am starting Excel from a C# program, not a command line, and I am having issues with auto-run macros. How can I disable the auto-run macros when actually automating Excel? A snippet of my code is below. Thanks, Mike ************* MSExcel.Application app = new MSExcel.Application(); try { app.Workbooks.Open(filePath, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value); ... } |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
Understanding: "BUG: VB Hangs While Automating Excel Using OLE Control" | Excel Programming | |||
Macro crashes "Automation error" during copy of workbook with char | Excel Programming | |||
Automating the "Oval" Object | Excel Programming |