How I can to clean error from memory during running of some macro in excel file ?
Thank You.
Printable View
How I can to clean error from memory during running of some macro in excel file ?
Thank You.
What do you mean by clearing an error from memory ?Quote:
Originally posted by zigraj
How I can to clean error from memory during running of some macro in excel file ?
Thank You.
Do you mean proceeding even though an error has occured ?(If it's VBA just use; On Error Resume Next)