Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Folks,
I have found several threads on very similar issues but the suggestion did not work for me. I am using a VBA function in a spread sheet. However, when I change value in the sheet, Excel does no recalculation for the VBA function It does recalculate only the cells that contain Excel functions. It doesn't even recalculate the VBA function after pressing ALT+CTRL+F as I read in another thread. Also, putting in the respective worksheet code Private Sub Worksheet_Change(ByVal Target As Range) Calculate End Sub did not help. Same for application.volatile and application.calculate which inserted as first line in the function's body or in main() or in th above Private Sub. Any ideas how I can get Excel to recalculate the function upon valu changes in the spreadsheet?? Werne -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
combination IF- and VLOOKUP-function fails | Excel Worksheet Functions | |||
Avoiding Recalculation for a function in automatic mode | Excel Worksheet Functions | |||
weird recalculation of user defined function | Excel Worksheet Functions | |||
Function fails to calculate | Excel Worksheet Functions | |||
How to force a recalculation of values based on custom function | Excel Programming |