Change Event on Sheet Objects

  • Thread starter Thread starter Don Guillett
  • Start date Start date
D

Don Guillett

Don't think so... Since it is a WORKSHEET change event it should only fire
when a cell in the worksheet is changed.
 
Simple question:

Does the Change event fire on a sheet object (such as a combobox or
checkbox) when the file is saved?

Thanks,

Ross
 
Any idea why the change event sub routines for every object on my sheet (and
only the Change events) are executing when I do a file save as
programmatically with VBA?

Thanks.
 
When I changed all of my "Change" events to "LostFocus" events (because that
would still work for my purposes), I no longer had this problem anymore.

Kinda stupid if you ask me.

Ross
 
Because you have them linked to cells and Excel does a thorough recalc of
the sheet in my opinion.
 

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