Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Date stamp after value select from listbox??


I have a column with a drop down list boxes in each cell.

When my user selects a value from one of these list boxes I wish to
populate the cell to its left with a date stamp.

I have been toying with -Worksheet_SelectionChange- however without
much luck.

The date stamp should only happen if a value is selected.

Any ideas?

Much Appreciated

Mozart


--
mozart
------------------------------------------------------------------------
mozart's Profile: http://www.excelforum.com/member.php...o&userid=13314
View this thread: http://www.excelforum.com/showthread...hreadid=468459

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,092
Default Date stamp after value select from listbox??

Worksheet_SelectionChange will fire every time a new cell is selected. Hence
the SelectionChange.
Try the Private Sub Worksheet_Change(ByVal Target As Range) event.
This will fire whenever a cell value is changed.

Mike F
"mozart" wrote in
message ...

I have a column with a drop down list boxes in each cell.

When my user selects a value from one of these list boxes I wish to
populate the cell to its left with a date stamp.

I have been toying with -Worksheet_SelectionChange- however without
much luck.

The date stamp should only happen if a value is selected.

Any ideas?

Much Appreciated

Mozart


--
mozart
------------------------------------------------------------------------
mozart's Profile:
http://www.excelforum.com/member.php...o&userid=13314
View this thread: http://www.excelforum.com/showthread...hreadid=468459



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
Separating date from a Date & Time stamp JT Excel Discussion (Misc queries) 9 June 10th 08 05:55 PM
Date Stamp Leon Excel Worksheet Functions 2 September 12th 07 02:07 PM
Create a button that will date stamp todays date in a cell Tom Meacham Excel Discussion (Misc queries) 3 January 11th 06 01:08 AM
Date stamp spreadsheet in excel to remind me of completion date Big fella Excel Worksheet Functions 1 October 18th 05 04:10 PM
Date Stamp newbie6182000 Excel Discussion (Misc queries) 2 July 9th 05 11:27 PM


All times are GMT +1. The time now is 09:29 AM.

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"