spawn a vba program from with VBA

  • Thread starter Thread starter OlieH
  • Start date Start date
O

OlieH

I wish to spawn a workbook (which contains auto macros) from within a VBA
program and allow the first VBA progrma to ontinue to exeuite.
All help is greatly appreciated, thanks

Olie H
 
Norman, thanks for the response.

I have already created both workbooks, each of which have macros in them.
I envoke the second workbook from the first. The focus goes to the second WB
only; I want to continue execution of both WBs at the same time.
Thanks for all help.
 
Hi Olie,

============
I have already created both workbooks, each of which have macros in them.
I envoke the second workbook from the first. The focus goes to the second
WB
only; I want to continue execution of both WBs at the same time.
============

If both workbooks exist and are open, I
do not see your problem: VBA can happily
operate on any open workbook.

What, specifically, do you wish to do, and
what problems are you experiencing?
 

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

Back
Top