Reset worksheet

  • Thread starter Thread starter gavmer
  • Start date Start date
G

gavmer

Hi all,

I was curious to know if there was a way to create a click event tha
willl reset a workbook to its original state (IE: to the book
saved/opened state)

The books name is Quote.

Cheers in advance!!!
 
I suggest Close with savechanges =False.
If you want to immediately re-open then the macro will need to be i
another workbook of course (personal.xls ?)
 
If you write the code in the click event to change everything back.

Or, if you run the button from another workbook (perhaps a button on a
menu/commandbar) that closes the subject workbook without saving and reopens
it.
 

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