G
Guest
I wrote a simple script that basically says:
On Error Goto EEERRR
CCC=5
Do a Search/Find for CCC
If the script finds a "5", it's ok. If it doesn't find it, it crashes
instead of going to EEERRR
The error message I get is "Object variable or With block variable not set"
Can someone explain what that message means, and why the On Error Goto
doesn't go?
Thanks!
Paul
On Error Goto EEERRR
CCC=5
Do a Search/Find for CCC
If the script finds a "5", it's ok. If it doesn't find it, it crashes
instead of going to EEERRR
The error message I get is "Object variable or With block variable not set"
Can someone explain what that message means, and why the On Error Goto
doesn't go?
Thanks!
Paul