Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Separating date from a Date & Time stamp | Excel Discussion (Misc queries) | |||
Date Stamp | Excel Worksheet Functions | |||
Create a button that will date stamp todays date in a cell | Excel Discussion (Misc queries) | |||
Date stamp spreadsheet in excel to remind me of completion date | Excel Worksheet Functions | |||
Date Stamp | Excel Discussion (Misc queries) |