What does syntax '_Object' mean?
In that statement, Application is the Object. VBA sees FUBAR as either a
property or a method of the Application object. In this case, the message
indicates it determined FUBAR to be a method and the method cannot execute,
ergo, the method FUBAR failed.
wrote in message
...
On line:
with Application.FUBAR
I get error:
Method 'FUBAR' of object '_Application' failed
1. Why doesn't the error respect the VBA statement and say "of object
'Application' failed"?
2. What does syntax '_Object' mean?
Thanks.
***
|