Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to use the Change Event for the following
Find the cell that changed on worsheet1 (easy (target.address)) Find the formula in worksheet2, column B that is referencing the target.address in worksheet1. store the time in column c on worksheet2 on the same row as the formula I've been chasing my tale on this and appreciate any and all feedack THANKS Private Sub Worksheet_Change(ByVal Target As Range) ' Intercept a change event on the form MsgBox "Range " & Target.Address & " was changed" ' ' for example - Form B4 is referenced by B11 in the upload spreadsheet ' the formula in B11 is '=Form!$B$4 ' Form F4 is referenced by B23 in the upload spreadsheet (=Form!$F$23) ' ' use absolute formulas ' store the date (now()) in the column E of the same row with the formula in the upload sheet 'store the word 'changed' in column F in the upload sheet ' for example, E and F of row 11 in upload ... when Form B4 changes End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Event Programming - Cell Value change - 2 sheets involved - VBA - Excel | Excel Programming | |||
Excel VBA Programming...How to Trigger an Event WhenYou Move Off a Cell | Excel Programming | |||
need programming help with nested event codes | Excel Programming | |||
programming the VBE for a new event procedure | Excel Programming | |||
Event Procedure Programming | Excel Programming |