Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi I want to use the "on error" function to assign a value after an error occurd, however it seems that the "on error" function is not able to cope with an undefined variable, see example.
In this case it is obvious that there is no sollution, however I would like to continou with the value 0 (or whatever) if no solution can be found. Can somebody help me how I can tackle this problem?
I have also attached the example.
Solved! Go to Solution.
Change X from a variable to a function
Stuart
Hi Stuart,
Super thanks for your quick answer,
cheers.
No worries, Sagar.
Stuart