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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top