Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Dear Carim,
That worked really well, thankyou. I had to adjust the offset a little to cope with some merged cells but after that it worked well. Thanks for your help. Lindsay Carim wrote: Hi Lindsay, With an event macro stored into the sheet module : Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address = "$D$8" Or Target.Address = "$D$10" _ Or Target.Address = "$L$6" Or Target.Address = "$L$8" Then Target.Offset(0, 4) = Now Else Exit Sub End If End Sub HTH Cheers Carim |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
How do I insert a symbol AT THE END of text for multiple cells in Excel? | Excel Worksheet Functions | |||
Can I program Excel cells to change colour at a set date? | Excel Discussion (Misc queries) | |||
EXCEL, VSTO: Fastest way to access multiple cells | Excel Discussion (Misc queries) | |||
How do I center data across multiple cells in excel without mergi. | Excel Discussion (Misc queries) |