Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Wed, 4 Mar 2009 06:17:01 -0800, TimDB
wrote: Sorry, calculation_mode wasn't the best choice of words, since CalculationMode is a real property that refers to automatic or manual recalculations. Changed to fictitous property "calculation_type" to avoid confusion.... If Sh.Parent.Name = "MyBook.xls" And Sh.CodeName = appXL.ActiveSheet.Name Then If "calculation_type = <shiftF9" Then 'pseudo-code! 'do stuff Else If 'do other stuff End If End If I don't know of any way to tell how the calc was initiated. -- Dick Kusleika Microsoft MVP-Excel http://www.dailydoseofexcel.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Run VBA code only worksheet change, but don't trigger worksheet_change event based on what the code does | Excel Programming | |||
Why does this Worksheet Calculate Event run so slow? | Excel Programming | |||
Worksheet-specific event handling needed | Excel Programming | |||
Worksheet Calculate Event | Excel Programming |