Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Private Sub Worksheet_Change(ByVal Target As Range)
On Error GoTo ws_exit: Application.EnableEvents = False If Not Intersect(Target, Me.Range("H51")) Is Nothing Then With Target If .Value < "" Then .Offset(0, 2).Value = Format(Now, ""dd/mm/yyyy hh:mm:ss") End If End With End If ws_exit: Application.EnableEvents = True End Sub Gord Dibben MS Excel MVP On Thu, 29 Jan 2009 08:05:01 -0800, Wanna Learn wrote: Hello I have a worksheet and on cell H51 is a dropdown list with the names of the employees. Once the employee selects his/her name from the list I need the date and time (static) to populate in cell J51. thank you so much in advance |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Static Date & Time in Footer - Excel 2007 | Excel Discussion (Misc queries) | |||
Static Date and Time code problem | Excel Discussion (Misc queries) | |||
how can i set a static date and time in excel | Excel Worksheet Functions | |||
how do I insert the current time (static) and date in a cell? | Excel Discussion (Misc queries) | |||
Excel static current date/time problem | Excel Worksheet Functions |