I have a program which contains thousands of uses of custom functions
I do not want these to recalculate on each instance of an operation being performed on teh spreadsheet (ie. inserting a row, pressing F9)
to accomplish this, i have used the application.volatile method
unfortunately, the functions seem to all recalculate despite this
any suggestions?
thanks
I do not want these to recalculate on each instance of an operation being performed on teh spreadsheet (ie. inserting a row, pressing F9)
to accomplish this, i have used the application.volatile method
unfortunately, the functions seem to all recalculate despite this
any suggestions?
thanks