Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Before I knew better, I renamed some of my Modules. I have since put them
back to their given name but cannot remember what the Auto_Open() module was named? Was it by chance also named: Auto_Open? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm not too sure what you mean by the Auto_Open module but if you are
talking about the module which holds your Workbook_Open event then by default it is called ThisWorkbook. Regards Rowan CRayF wrote: Before I knew better, I renamed some of my Modules. I have since put them back to their given name but cannot remember what the Auto_Open() module was named? Was it by chance also named: Auto_Open? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Don't use the same name for modules and routines--it can confuse excel.
And you should be able to name it anything (else!) you want. Excel will find it. CRayF wrote: Before I knew better, I renamed some of my Modules. I have since put them back to their given name but cannot remember what the Auto_Open() module was named? Was it by chance also named: Auto_Open? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Module of VB sets as default on Excel | Excel Discussion (Misc queries) | |||
code in module A to not execute a Worksheet_SelectionChange sub of another module | Excel Discussion (Misc queries) | |||
Run worksheet module code from workbook module? | Excel Programming | |||
Default in a textbox and change a module name | Excel Programming | |||
Changing Default Module Location | Excel Programming |