Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi Gary, Thanks for the swift reply. "Worksheet code area" presumably the code bit attached to Sheet1 (where the data is? Also, don't I have to refer to the cell that I need to know has changed (A126? Cheers Colin "Gary''s Student" wrote: First make sure that Sub UpdatePrices() is in a standard module. Then insert the following event macro in the worksheet code area: Private Sub Worksheet_Calculate() Call UpdatePrices End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Worksheet_Change | Excel Programming | |||
Worksheet_Change | Excel Programming | |||
worksheet_change vs. calculate, and worksheet_change not running | Excel Programming | |||
worksheet_change vs. calculate, and worksheet_change not running | Excel Programming |