Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Apr 3, 4:12*pm, jasontferrell wrote:
Ahhh, try this: Private Sub Worksheet_Change(ByVal Target As Range) * * If Not Intersect(Range("O:O"), Target) Is Nothing Then * * * * If LCase(Target.Value) = "y" Then * * * * * * Target.Offset(0, 2).Value = Date * * * * End If * * End If End Sub It needs to go into the code module specific to the sheet on which you want the functionality. *(VBAProject-Microsoft Excel Objects-Sheet1, for example). EXCELLENT This is what I was looking for. Many thanks j.o. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA code in one Module referencing Public Variables Declared inanother Module failing | Excel Programming | |||
Trouble Adding VBA Code to Module; Bug in Excel/VBE? | Excel Programming | |||
How 2 Execute Sheet1 Button_Click Code from a module function | Excel Programming | |||
Adding Code to the This_workbook module of a created workbook | Excel Programming | |||
Adding Code Module to Workbook | Excel Programming |