Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Please help,
I am writing a MS Excel macro to open an Excel file that has an auto execute macro also upon opening. Whenever I called up the file, it will also execute its own macro. What I wanted to do is to disable the auto open macro in the called file. I just wanted it to plainly open the file I called. Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi AR,
Try something like: Sub Tester() Application.EnableEvents = False Workbooks.Open "YourWorkBook" Application.EnableEvents = True End Sub --- Regards, Norman wrote in message ups.com... Please help, I am writing a MS Excel macro to open an Excel file that has an auto execute macro also upon opening. Whenever I called up the file, it will also execute its own macro. What I wanted to do is to disable the auto open macro in the called file. I just wanted it to plainly open the file I called. Thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Auto run macro on *.csv file open | Excel Programming | |||
Auto run macro on open file | Excel Programming | |||
open file, then call macro... won't work | Excel Programming | |||
Button fails to call macro when open an Excel file from web | Excel Programming | |||
How to call File Open / Save Window in a Macro | Excel Programming |