Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to create code to run simple procedure only when the triggering cell
will change. I have tried all suggestions (Worksheet_Change event) found on this newsgroup and nothing works for me. Please help. I want the code: For i = 3 To 14 Cells(4, i) = Cells(4, i - 1) + 7 Next i to be executed only when the value in the cell B4 will be changed by user - new value entered. Thanks for help. Tony |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excell copy action pauses for 15 second for the smallest action | Excel Discussion (Misc queries) | |||
Finding data and executing an action | Excel Discussion (Misc queries) | |||
Format changed when the details in cell changed | Excel Worksheet Functions | |||
Executing a macro from a cell | Excel Discussion (Misc queries) | |||
executing a macro from within a cell | Excel Programming |