Re: Which tools are needed to do Office automation
- From: Cindy M. <C.Meister-C@xxxxxxxxxx>
- Date: Fri, 09 Mar 2007 18:39:30 +0100
Hi Andre,
I used to do some MS office automation from my applications. MainlyYou can automate Office 2000 using Visual Studio, but there won't be a
mail-merges and small Excel tables.
Can I still automate Office2000 docs or will I need 2003/2007?
How to do that with VS pro? Which tools do I probably need in addition to VS
pro?
I tried to find a trial or a demo for the "VSTools for Office (VSTO)", but
there is none.
Is that what I need to do a comfortable automation?
pre-installed set of PIAs available. When you set a reference to an Office 2000
app's type library (in the COM, not the .NET tab!) Visual Studio will run
TlbImp.exe and generate a set of IAs in your project's folder. You then need to
distribute these with your project.
(Office 2002 and 2003 have PIAs, provided by Microsoft, that are installed in
the GAC, making them available to all. Yours will be specific to your project.)
If you're automating Office, you don't want to use VSTO, just Visual Studio.
And anyway, VSTO only works with version 2003 and above.
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org
This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :-)
.
- Prev by Date: Re: How to convert an infopath form to pdf
- Next by Date: Re: LinkToPrevious causes 'This command is not available' error
- Previous by thread: Re: What is the format of a Word hyperlink that uses a Range?
- Next by thread: SUM STRING UNTIL
- Index(es):
Relevant Pages
|