Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello, I have tried to do all you say in the Autorun Macro at Startup.
I have put my code in thisWorkbook Workbook_Open event. But the problem is that my woorkbook is already running a macro. It contains externally data that must be updated from Share Point. How can I run two macros at startup? Thanks Ale |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi
run one macro then have the first macro call the second macro. I once had a file that had to run 13 macros at open. the first macro was set up to call the other macros in sequential order. you can't run 2 macros at once so sequential order is your only option. Regards FSt1 "ale" wrote: Hello, I have tried to do all you say in the Autorun Macro at Startup. I have put my code in thisWorkbook Workbook_Open event. But the problem is that my woorkbook is already running a macro. It contains externally data that must be updated from Share Point. How can I run two macros at startup? Thanks Ale |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
after thought....
only the first macro should be in the workbook_open event. the second macro (the one that is called) should be in a standard module regards FSt1 "FSt1" wrote: hi run one macro then have the first macro call the second macro. I once had a file that had to run 13 macros at open. the first macro was set up to call the other macros in sequential order. you can't run 2 macros at once so sequential order is your only option. Regards FSt1 "ale" wrote: Hello, I have tried to do all you say in the Autorun Macro at Startup. I have put my code in thisWorkbook Workbook_Open event. But the problem is that my woorkbook is already running a macro. It contains externally data that must be updated from Share Point. How can I run two macros at startup? Thanks Ale |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Enable Macros question at Startup | Excel Discussion (Misc queries) | |||
Disable 3rd party macros at startup? | Excel Programming | |||
Bypassing startup macros | Excel Programming | |||
Bypassing startup macros | Excel Programming | |||
Excel startup macros - visibility of... | Excel Programming |