View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Excel vx Application

No. Excel is the library and Application is the class.

? excel.xlFileformat.xlExcel2
16
? application.xlFileformat.xlExcel2
produces an error.

--
Regards,
Tom Ogilvy


"Frederick Chow" wrote in message
...
Hi all,

I have noticed that there is an object called "Excel". Is it the same as
"Application" object? If No, what's the difference? Please advice.

Frederick Chow
Hong Kong.