Excel vx Application

  • Thread starter Thread starter Frederick Chow
  • Start date Start date
F

Frederick Chow

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.
 
No. Excel is the library and Application is the class.

? excel.xlFileformat.xlExcel2
16
? application.xlFileformat.xlExcel2
produces an error.
 
Thanks a lot. Actually I have a vague concept between "Library" and "Class".
I think I have to read more abou this soon.

Frederick Chow.
 
Back
Top