Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an addin which contains a Workbook_Open macro in
the code sheet for the workbook (which by the is not named ThisWorkbook) This code is not executed when Excel is started and the addin is automatically loaded. Auto_Open macros are executed. What might be the reason for this? It seems that this only happens on some machines, but not on other machines. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Workbook_open is an event that belongs to the workbook. It wants to be in the
ThisWorkbook module. Move it and it should execute ok. Erich Neuwirth wrote: I have an addin which contains a Workbook_Open macro in the code sheet for the workbook (which by the is not named ThisWorkbook) This code is not executed when Excel is started and the addin is automatically loaded. Auto_Open macros are executed. What might be the reason for this? It seems that this only happens on some machines, but not on other machines. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Auto_open | Excel Discussion (Misc queries) | |||
Workbook_Open () | Excel Discussion (Misc queries) | |||
Workbook_Open | Excel Programming | |||
Help with Workbook_Open | Excel Programming | |||
Auto_Open Vs Workbook_open | Excel Programming |