How do you reset 'change was made in workbook' switch?

  • Thread starter Thread starter Vince
  • Start date Start date
V

Vince

I've written VBA code in the Workbook_Open() event that
initializes some controls in a spreadsheet to default
values. Once this is done, I'd like to reset the switch
that gets set when a change is made to a worksheet so the
user won't be asked if they want to save the document
unless the user actually makes a change in the worksheet
after the default values are set. How do you reset the
switch that indicates that a change was made in the
workbook?
 

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