Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Book1 has code that opens Book2. The WorkBook.Open events in Book2 don't run. Is there a solution or an alternative way to run the code in Book2 ? regards, Don -- |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Unless events are disabled, the workbook_open event in book2 should run
(unless you open up the workbook using a macro started with a shortcut key combination which includes a Shift). If your macro in book2 is actually an Auto_Open macro, then these do not run when the workbook is opened programmatically. You would have to start it with your code. -- Regards, Tom Ogilvy "Donald Lloyd" wrote in message ... Hi, Book1 has code that opens Book2. The WorkBook.Open events in Book2 don't run. Is there a solution or an alternative way to run the code in Book2 ? regards, Don -- |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Thanks to your combined superior expertise I've managed to sort it out - I think! I really don't know of any other way there is to get get specific advice on what are often obscure problems. regards, Don -- "Donald Lloyd" wrote in message ... Hi, Book1 has code that opens Book2. The WorkBook.Open events in Book2 don't run. Is there a solution or an alternative way to run the code in Book2 ? regards, Don -- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Regular Workbooks vs. Binary Workbooks | Excel Discussion (Misc queries) | |||
Updating Workbooks from multiple links Workbooks | Excel Worksheet Functions | |||
Copy/ move selected data from workbooks to seperate worksheets or workbooks | Excel Worksheet Functions | |||
Display 2 formulas from source workbooks to destination workbooks | Excel Discussion (Misc queries) | |||
suddenly my excel workbooks are "shared workbooks" | Excel Discussion (Misc queries) |