opening a window via VBA

  • Thread starter Thread starter Lost
  • Start date Start date
L

Lost

Anyone know how to open a 2nd workbook in VB? I also need it to close when
the original workbook closes
 
You can use the auto_close() function in VB to close automatically the
workbook when you close the parent once. When do you want to open the 2nd
workbook ?
 
Please try Workbook_Open() and Workbook_BeforeClose events....

If this post helps click Yes
 

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