Script vs Open_Event

S

Steph

Hello. I have a macro In WorkbookA that Opens WoekbookB. In WorkbookB is
an Open event module that does some stuff.

Is there any difference in having WorkbookA Open a VBScript, and have the VB
script open WorkbookB and run Macro1 in WorkbookB (thereby eliminating the
need for an Open_Event in WorkbookB).

Anty difference in performance? Will the user see anything different?
 
J

Jim Rech

If you want the code in WB2 to always run, whether opened from WB1 or on its
own, then put it in WB2. Otherwise put it in WB1 since it's specified to
WB1.


--
Jim
| Hello. I have a macro In WorkbookA that Opens WoekbookB. In WorkbookB is
| an Open event module that does some stuff.
|
| Is there any difference in having WorkbookA Open a VBScript, and have the
VB
| script open WorkbookB and run Macro1 in WorkbookB (thereby eliminating the
| need for an Open_Event in WorkbookB).
|
| Anty difference in performance? Will the user see anything different?
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top