View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] baobob@my-deja.com is offline
external usenet poster
 
Posts: 100
Default What does syntax '_Object' mean?

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.

***