Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need a macro to run the application "EnterTitle" any time the workbook is
recalculated, whether it be manually using F9, or automatically, when any cell changes if the calculation mode is in automatic. I entered the following syntax by right-clicking the Excel logo and selecting "View Code" but this does not work. Sub Workbook_Calculate(ByVal Sh As Object) Application.Run "EnterTitle" End Sub Thanks in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro doesn't work when used as Workbook Open event | Excel Discussion (Misc queries) | |||
Change event and calculate event | Excel Programming | |||
AFTER Calculate Event | Excel Programming | |||
Sometimes range calculate doesn't work in macro. Why? | Excel Programming |