Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I have written VBA code to open workbooks, perform procedures and then saves and close the workbooks. Every thing works just fine until I get to a workbook that has a macro, then my VBA stops just after the workbook with the macro is opened. No error messages. It just stops. The call stack totally disappears. I have tried turning off events just before opening the workbook with the macro, but that did not work. I have tried "On Error" statements, that did not work. I have tried signing with workbook with a trusted certificate, did not help. QUESTION: What do I need to do to open macro workbooks and perform my procedures with out my VBA terminating like this? Example: Application.EnableEvents = False Workbooks.Open Filename:= "C:\Test\ExcelWB_Template.xls" ' This is where my VBA just stops Range("A1").FormulaR1C1 = "ABC Company" Range("A2").FormulaR1C1 = "123" -- Thx MSweetG222 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Opening a Workbook with a Macro | Excel Discussion (Misc queries) | |||
Opening a csv file stops macro | Excel Programming | |||
Opening a file stops a Macro | Excel Worksheet Functions | |||
Formula stops working after re-opening worksheet | Excel Worksheet Functions | |||
Macro stops when another workbook is open | Excel Programming |