Hello,
I'm working with a VBA Function, which shuffels around some function-internal Arrays and calculates a value (XIRR).
Even without having any Application.Volatile in the file this VBA Function is run even if I Input some text in an unused cell.
I have hundreds of calls of the function in my worksheet so recalculation Needs some time I want to avoid.
Is there anything I can do so that the function only runs when the values the function is based on are changed?
Any idea?
Best regards,
Frank
Bookmarks