Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Two macros at startup excel?

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,942
Default Two macros at startup excel?

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,942
Default Two macros at startup excel?

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Enable Macros question at Startup randys Excel Discussion (Misc queries) 1 January 18th 06 02:06 AM
Disable 3rd party macros at startup? joe.peavey Excel Programming 3 August 5th 05 04:00 PM
Bypassing startup macros Paul B[_6_] Excel Programming 3 August 26th 04 01:56 PM
Bypassing startup macros Thomas Ramel Excel Programming 2 August 26th 04 01:36 PM
Excel startup macros - visibility of... ghostWolf Excel Programming 7 July 13th 04 07:45 AM


All times are GMT +1. The time now is 03:40 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"