Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
Im doing Run time Error checking
using "on error Resume next " and "On error goto 0"
In this I am getting 2 error in same macro but at different lines
using Err.Description show the latest error occurred and overwrite the previous on
But i want to retain the previous error description.
how can i do this?
Regards
Avadhoot
Hi Avdhoot,
Can u share the macro Code?