Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a MS Access routine that opens a whole bunch of Excel models
and sucks data out into a data base. Problem is since I set it up some of the excel files now have a Workbook_Open event that gets triggered when Access Opens the workbooks. The event asks for some user input which I want to avoid when opened by Access. Is there a way for Excel to tell that it is being opend by VBA in Access as opposed to the user opening the file? This is how I am opening the workbooks from Excel Set xlsApp = CreateObject("Excel.application") Set wb = xlsApp.Workbooks.Open(Path & Filename, , True) Any ideas would be appreciated. Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Workbook_open Event | Excel Programming | |||
Workbook_Open() Event | Excel Discussion (Misc queries) | |||
Workbook_open Event | Excel Programming | |||
Workbook_Open Event | Excel Programming | |||
OnTime event not firing in Workbook_Open event procedure | Excel Programming |