opening a window via VBA

L

Lost

Anyone know how to open a 2nd workbook in VB? I also need it to close when
the original workbook closes
 
P

preymond

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 ?
 
J

Jacob Skaria

Please try Workbook_Open() and Workbook_BeforeClose events....

If this post helps click Yes
 
Top