Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
Can we use more than once "Private Sub Workbook_Open()" in one workbook. I am trying to use to such written macros but I am getting error for the second one. i was wondering is that only once we can use this. I am new to VB plz help and Thanks in advance. SS |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi
only one workbook_open can be use that i am aware of. if you have 2 macros that you want to run at open you can... combine the 2 into one or use the call command in the workbook open macro to call the second. regards FSt1 "SANDIND" wrote: Hi All, Can we use more than once "Private Sub Workbook_Open()" in one workbook. I am trying to use to such written macros but I am getting error for the second one. i was wondering is that only once we can use this. I am new to VB plz help and Thanks in advance. SS |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Private Sub Workbook_Open() doesn't run | Excel Discussion (Misc queries) | |||
Failure to execute Private Workbook_Open | Excel Programming | |||
XL97 Private Sub Workbook_Open() Not Working | Excel Programming | |||
Cannot get Auto_Open or Private Sub Workbook_Open() to run at star | Excel Programming | |||
Private Sub Workbook_Open() not running on open | Excel Programming |