Re: Modify a .doc document with a macro without Word ?
- From: mr_unreliable <kindlyReplyToNewsgroup@xxxxxxxxxxx>
- Date: Tue, 08 Jul 2008 12:33:25 -0400
gilleskoziel@xxxxxxxxx wrote:
Here is my problem:
I would like to modify several .doc documents (with a macro ?) in an
automated way (without opening word "with the hand"). Do you know is
there is an object in VBScript that could do that ?
hi Gilleskoziel,
Just to be clear about this, yes, you can modify word documents
without opening word "by hand". You can use the "word.application"
object. But "under-the-covers", when you use "word.application"
you are opening word "behind-the-scenes" and using the word
automation interface to script instead of typing in the changes.
In other words, you are not doing this "without word". If you
don't have (microsoft) word installed, the word automation
interface is not going to be available on your system.
cheers, jw
.
- Follow-Ups:
- Re: Modify a .doc document with a macro without Word ?
- From: Alex K. Angelopoulos
- Re: Modify a .doc document with a macro without Word ?
- References:
- Modify a .doc document with a macro without Word ?
- From: gilleskoziel
- Modify a .doc document with a macro without Word ?
- Prev by Date: Re: Function returning a value
- Next by Date: Re: the ultimate gui component for js/vbs
- Previous by thread: Re: Modify a .doc document with a macro without Word ?
- Next by thread: Re: Modify a .doc document with a macro without Word ?
- Index(es):
Relevant Pages
|