Automatically closing workbook

Z

zapszipszops

Hi Everyone,

I need some help. I have a master workbook that opens a summary
workbook. I would like to be able to automatically close the master
workbook when the summary workbook is closed. (the only thing the
master workbook does is open the summary workbook and the corresponding
workbooks to update the linked information).

Thanks,
Julie
 
I

Ivan Raiminius

Hi Julie,

add:

thisworkbook.close savechanges:=false

to the end of code you have in master workbook.

Regards,
Ivan
 

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