Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Worksheet_Change - determine how it is triggered

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.????
--
Tks,
J Sears
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Worksheet_Change - determine how it is triggered

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)

"J Sears" wrote in message
...
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.????
--
Tks,
J Sears



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
In the worksheet_change event, how do I determine what occured? Tim Patton Excel Worksheet Functions 6 November 3rd 05 08:38 PM
Worksheet_Change Event triggered off specific cell ExcelMonkey[_142_] Excel Programming 2 June 7th 04 03:33 AM
worksheet_change vs. calculate, and worksheet_change not running Tom Ogilvy Excel Programming 1 July 14th 03 02:51 AM
worksheet_change vs. calculate, and worksheet_change not running Ross[_5_] Excel Programming 0 July 13th 03 04:27 PM


All times are GMT +1. The time now is 08:06 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"