Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35
Default xl97 and Worksheet_Change event ?

I recently responded to a post saying that the
Worksheet_Change event is NOT fired when a cell value is
changed by means of making a selection from a drop list -
in this case a Data Validation drop list. However, I
checked it out on a newer machine today running xl2000 and
found that it DOES WORK. I double checked and it very
definately does not work on my machine. It's been this
way for as long as I can remember. I'm running xl97.

Is this the case with xl97 or do I have yet another bug?
My machine is very old and tired to say the least.

TIA

Greg
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default xl97 and Worksheet_Change event ?

Debra Dalgleish has some notes at:
http://www.contextures.com/xlDataVal08.html

And I quote (pronounced steal):

Data Validation Dropdowns and Change Events

In Excel 2000 and Excel 2002, selecting an item from a Data Validation dropdown
list will trigger a change event. This means that code can automatically run
after a user selects an item from the list.

To see an example, go to the Sample Worksheets page, and under the heading
Product List by Category, download the ProductsList.xls file.

In Excel 97, selecting an item from a Data Validation dropdown list does not
trigger a change event, unless the list items have been typed in the Data
Validation dialog box. In these versions, you can add a button to the worksheet,
and assign a macro to the button.



Greg Wilson wrote:

I recently responded to a post saying that the
Worksheet_Change event is NOT fired when a cell value is
changed by means of making a selection from a drop list -
in this case a Data Validation drop list. However, I
checked it out on a newer machine today running xl2000 and
found that it DOES WORK. I double checked and it very
definately does not work on my machine. It's been this
way for as long as I can remember. I'm running xl97.

Is this the case with xl97 or do I have yet another bug?
My machine is very old and tired to say the least.

TIA

Greg


--

Dave Peterson

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
Disabling WORKSHEET_CHANGE event Jase Excel Discussion (Misc queries) 1 April 25th 08 04:32 PM
Worksheet_change event handler error gen Excel Discussion (Misc queries) 0 January 18th 08 04:55 AM
Controling the Worksheet_Change Event? DCSwearingen Excel Discussion (Misc queries) 3 May 25th 06 08:32 PM
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 Not Working Michael Beckinsale Excel Programming 0 August 1st 03 02:43 PM


All times are GMT +1. The time now is 12:08 AM.

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

About Us

"It's about Microsoft Excel"