Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using Excel 97.
I use VBA to populate 2 cells with values. When these cells are populated two adjacent cells containing formulas trigger the worksheet calculate event. I do not want this to happen. I have tried using application.caller.. Select Case TypeName(Application.Caller) Case "Range" v = Application.Caller.Address Case "String" v = Application.Caller Case "Error" v = "Error" Case Else v = "unknown" End Select MsgBox "caller = " & v But it always returns "Error" Is there another way to find out what is triggering the worksheet calculate? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Warning text triggered by values of a cell range | Excel Worksheet Functions | |||
Need a triggered formula. | Excel Discussion (Misc queries) | |||
display a range of data when triggered by a specific condition | Excel Worksheet Functions | |||
Formula to retrieve range of dates from a worksheet to calculate d | Excel Worksheet Functions | |||
Combobox Click event triggered when copying worksheet | Excel Programming |