View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Eric[_27_] Eric[_27_] is offline
external usenet poster
 
Posts: 43
Default Compiler says "Invalid qualifier" when using Application object

I think I'm see the source of the problem, but I don't understand why yet.
It's only in an add-in in working on that I have the problem, and probably
cause there are two Application ref's in there. When I figure out why that
is I should understand it.

Thanks, Eric
"Chip Pearson" wrote in message
...
Post the line of code that is causing the compiler error.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Eric" wrote in message
nk.net...
This is happening in my modules.

Intellisense offers the Application (both as a property and a class it
appears), but then the compiler says the above. I'm not trying to use
Automation or anything that might confuse that I'm in excel, although
maybe I have a reference that's confusing it??

Thanks, Eric