Macros

V

Vicki

Hi.. Can anyone help with the following?

Q1: Am I able to run two VB macros at one time?

Q2: Is there a way I can open a file with an application, while running a
macro in excel. i.e I would like to run an Excel macro, and within that macro
execute a media file as part of the macro.
 
D

Dave O

A1: You can use write Macro1 so it "calls" Macro2, effectively running
Macro2 from within Macro1. I don't think it's possible to run two
discrete programs simultaneously.

Can't help you with Q2- sorry!
 
V

Vicki

G'day Dave O

Thank you for your help, yes you're right, and your tip below worked.

Thank you!
 
Top