Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheetfunctions,microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to run a Macro named UpdateData upon open of the file.
This code is not working. I placed the below code in ThisWorkbook. I am able to manually run UpdateData, but it does not run automatically when I open the file. Security is set to Medium and I enable Macro's when I open the file. What am I doing wrong? Private Sub Workbook_Open() Call UpdateData End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
workbook_open not being called when I open the excel file | Excel Programming | |||
How to auto activate macro when file open ? | Excel Worksheet Functions | |||
Macro to call a file that has a auto open macro in the file itself | Excel Programming | |||
Auto run macro on *.csv file open | Excel Programming | |||
Auto run macro on open file | Excel Programming |