L
layla
Hi,
In my macro,before I access the objects,i wrote "on error resume next"
to trap any error that might occur.My questions are:
1) do I need to write somewhere in my code "on Error goto 0", to
disable the error handeler.since with or without using "on error goto
0" in my macro,I do not see any differences.
2) is that enough to use "on error resume next" only once at the
begining of my codes when I want to access the objects,or should I
keep reaping it.since with or without using "on error resume next" in
my macro,I do not see any difference.
Thanks!
In my macro,before I access the objects,i wrote "on error resume next"
to trap any error that might occur.My questions are:
1) do I need to write somewhere in my code "on Error goto 0", to
disable the error handeler.since with or without using "on error goto
0" in my macro,I do not see any differences.
2) is that enough to use "on error resume next" only once at the
begining of my codes when I want to access the objects,or should I
keep reaping it.since with or without using "on error resume next" in
my macro,I do not see any difference.
Thanks!