| View previous topic :: View next topic |
| Author |
Message |
Neil Guest
|
Posted: Fri Jul 30, 2004 7:27 am Post subject: Office2K help |
|
|
Does anyone know where I can find a help files
for the Office2k components or a website with an
example on how to use them (the excel stuff
specifically)
Thanks
Neil
|
|
| Back to top |
|
 |
Jurko Gospodnetiæ Guest
|
Posted: Fri Jul 30, 2004 7:33 am Post subject: Re: Office2K help |
|
|
Hi Neil.
"Neil" <do (AT) not (DOT) spam> wrote
| Quote: | Does anyone know where I can find a help files
for the Office2k components or a website with an
example on how to use them (the excel stuff
specifically)
|
The components there are basically just an import of the MS Office type
libraries. In fact you could import them yourself and basically get the same
class hierarchy.
For the help on MS Office automation see the MSDN. For instance check
out the following link
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbaxl11/html/xlproInteractive1.asp
and then browse around it. There is a full help there for all versions of MS
Office. The help is given in VB but the names of the methods/properties
should be pretty much the same and if you need any more specific help -
- just ask on these newsgroups.
HTH,
Jurko
|
|
| Back to top |
|
 |
Brion L. Webster Guest
|
Posted: Fri Jul 30, 2004 2:41 pm Post subject: Re: Office2K help |
|
|
Neil wrote:
| Quote: | Does anyone know where I can find a help files
for the Office2k components or a website with an
example on how to use them (the excel stuff
specifically)
|
If you can stand to drudge through a Delphi take on this, Deborah
Pate's site is pretty good:
http://www.djpate.freeserve.co.uk/Automation.htm
-Brion
|
|
| Back to top |
|
 |
Jeff Weir Guest
|
Posted: Fri Jul 30, 2004 4:45 pm Post subject: Re: Office2K help |
|
|
You might want to take a look at the open source project
OfficePartner. I believe it's documentation is complete.
http://sourceforge.net/projects/tpofficepartner/
regards,
jeff
Neil wrote:
| Quote: | Does anyone know where I can find a help files
for the Office2k components or a website with an
example on how to use them (the excel stuff
specifically)
Thanks
Neil
|
|
|
| Back to top |
|
 |
Yu-Chen Hsueh Guest
|
Posted: Fri Jul 30, 2004 5:00 pm Post subject: Re: Office2K help |
|
|
Documentation is also available on your Office CD in the form of .CHM files.
The .CHM files are broken down by product, so for Excel, the name might be
VBXL.CHM or something similar to that. The VB prefix reflects the fact that
these .CHM files are written specifically for Visual Basic. However, the
class hierarchy and members are the same as in C++Builder, so it shouldn't
be hard to translate.
-- YH --
--
Please confine your posts to the newsgroups and DO NOT reply to this e-mail
account unless asked. Any unsolicted e-mail will be ignored.
|
|
| Back to top |
|
 |
|