Wait time between Saving and other activity

  • Thread starter Thread starter Barb Reinhardt
  • Start date Start date
B

Barb Reinhardt

I have code that closes and saves a large workbook. I then display a message
box, but I can't seem to do anything with it for a while. I'm thinking it's
because the large workbook isn't really completely closed yet. Is there
some code that I can use to check that it's closed?
 
Just a thought, couldn't you add some code right before the msgbox
routine that counts the number of visible windows, or checks if the
file is still open, before displaying?

--JP
 

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