Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a macro in Excel that I would like to run every time I update a
specific cell. Is the an "After update" event in Excel similar to the one in Access. If not, any suggestions on how to activate this macro automatically would be appreciated. Thanks, Mike |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You would use the 'Worksheet_Change' procedure of the specific worksheet.
-- Hope this helps. If it does, please click the Yes button. Thanks in advance for your feedback. Gary Brown "MikeP125" wrote: I have a macro in Excel that I would like to run every time I update a specific cell. Is the an "After update" event in Excel similar to the one in Access. If not, any suggestions on how to activate this macro automatically would be appreciated. Thanks, Mike |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
apply cell change event to single column - WorksheetChange Event | Excel Programming | |||
My page settings changed and won't reset (print settings) | Excel Programming | |||
Click event on menu item is lost after first time firing of the event | Excel Programming | |||
Change to excel settings launching an event | Excel Programming | |||
user form-on open event? keydown event? | Excel Programming |