RE: MS Word automation

2005-05-04 Thread David Resnick
Thanks. -Original Message- From: Burgess, Benjamin [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 04, 2005 16:50 To: Ant Users List Subject: RE: MS Word automation Also, you can access word using vbs scripts that will run natively in windows. I have attached a sample available on the

RE: MS Word automation

2005-05-04 Thread Burgess, Benjamin
and should be useful. I am not sure where more documentation can be found. Ben TIAA-CREF -Original Message- From: IndianAtTech [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 04, 2005 6:56 AM To: Ant Users List Subject: Re: MS Word automation On Tue, 15 Mar 2005 12:28:11 +0200, David

Re: MS Word automation

2005-05-04 Thread IndianAtTech
gt; > > > -Ursprüngliche Nachricht- > > Von: David Resnick [mailto:[EMAIL PROTECTED] > > Gesendet am: Dienstag, 15. März 2005 11:14 > > An: 'Ant Users List' > > Betreff: RE: MS Word automation > > > > Interesting possibility, but I am hopi

RE: MS Word automation

2005-03-15 Thread David Resnick
> -Ursprüngliche Nachricht- > > Von: David Resnick [mailto:[EMAIL PROTECTED] > > Gesendet am: Dienstag, 15. März 2005 08:16 > > An: 'Ant Users List' > > Betreff: RE: MS Word automation > > > > It looks interesting, but much lower le

RE: MS Word automation

2005-03-15 Thread David Resnick
:16 > An: 'Ant Users List' > Betreff: RE: MS Word automation > > It looks interesting, but much lower level than I would hope > to go. The > higher level stuff there seems to be at a fairly early stage > of development. > > Thanks for the suggestion tho

RE: MS Word automation

2005-03-15 Thread Keith Hatton
Hmm, you're right. I'm sure it used to support VBScript, that was obviously an "improvement" when BSF migrated from IBM to Apache... -Original Message- From: David Resnick [mailto:[EMAIL PROTECTED] Sent: 15 March 2005 09:29 To: 'Ant Users List' Subje

RE: MS Word automation

2005-03-15 Thread David Resnick
on [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 10:39 To: Ant Users List Subject: RE: MS Word automation Maybe user

RE: MS Word automation

2005-03-15 Thread Keith Hatton
Maybe user

RE: MS Word automation

2005-03-14 Thread David Resnick
To: Ant Users List Subject: Re: MS Word automation It might be easier using this: http://jakarta.apache.org/poi/index.html (No com involved) Thomas David Resnick schrieb: >I want to perform some MS Word automation from an Ant script (for building >release notes). I think that the way to do

Re: MS Word automation

2005-03-14 Thread Thomas Schapitz
It might be easier using this: http://jakarta.apache.org/poi/index.html (No com involved) Thomas David Resnick schrieb: >I want to perform some MS Word automation from an Ant script (for building >release notes). I think that the way to do it is via the COM interface that >Word supplies. > > >