Excel OLE automation

N

Nicolas

Hi,

I created a project to automate Excel.

I import the type library for excel 2000 (EXCEL9.OLB) and It works.
I'm able to get the application's caption.

But there are a lot of class there and I wonder about if it exists some
documentation.
For exemple what the Range classe reprensents and what are the args that I
should pass to XXXX function.
Most of the time this is VARIANT args, so what is the type of the variant,
.... etc ...

Thanks a lot

Nic
 
J

Jim Rech

Since you obviously have Excel, open its VBE and use the Help therein
contained to research Excel's object model.
 

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

Top