Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 133
Default 2002: Worksheet_Change and Validation error

Hi, I know there was a problem in Excel 97 with Worksheet_Change not being
fired when using a data validation dropdown. However, this is a different
problem in 2002. I have code that logs at the top of the sheet the last
date/time the inputs were changed, triggered by the Worksheet_Change event.
It works fine if I type the change in a cell with data validation but if I
choose a value from the drop down list, the code bombs out at the line that
writes the date/time to the cell. There's no error message: the code just
stops. Is this a known bug? And is there a solution?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 2002: Worksheet_Change and Validation error


The worksheet change function can only change cells on the worksheet
were the changge was made. If you are changing a cel in a different
sheet it won't work in 2002 but would work in earlier versions of excel.


--
joel
------------------------------------------------------------------------
joel's Profile: http://www.thecodecage.com/forumz/member.php?userid=229
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=152294

Microsoft Office Help

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
2002: Worksheet_Change and Validation error Smallweed Excel Programming 0 November 9th 09 09:59 AM
Runtime-error 1004 (excel 2007) when selecting validation list optiontriggering worksheet_change property Erik[_11_] Excel Programming 1 April 2nd 09 06:30 PM
Create validation list with Worksheet_change LuisE Excel Programming 1 March 28th 09 03:14 AM
Worksheet_Change after validation DoctorG Excel Programming 6 March 8th 09 10:35 AM
Data Validation & Worksheet_change Mike Jerakis[_2_] Excel Programming 0 July 27th 06 11:08 PM


All times are GMT +1. The time now is 01:41 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"