Worksheet_Change - determine how it is triggered

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I'm using a Showcase Query Addin to refresh the data in my worksheet.
I'm also using a Worksheet_Change Event to do thing when the user changes the
value in cells. the problem is that the worksheet Change event is getting
triggered by the Showcase query refresh, but I don't want it to.. any
ideas.????
 
Application.EnableEvents = False

before the query, then reset after.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Back
Top