Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dears,
I just created a UDF (with 4 parameters) which can return a value. Moreover, I code in the SheetChange event (after this UDF being fired) and change the last parameter in this UDF cell to another value, however, the UDF fire again BEFORE my SheetChange event end unexpectedly. I tried to set EnableEvent = false and Application.Calculation = Manual inside the SheetChange handler, but it doens't work and the UDF will be fired when it run to "xx.Formula = "=myFunc(a, b, c, d) <- d is a new value and modified by myself. Is it impossible for me to do such task? Thanks, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
unintentionally changing SS | Excel Discussion (Misc queries) | |||
how to handle 'sheetchange' event on 'add-in' | Excel Programming | |||
SheetChange Event | Excel Programming | |||
SheetChange Event | Excel Programming | |||
XLapp and SheetChange | Excel Programming |