I am in the process of designing a solution for the following
requirement:

We need to allow users to create a "template" in word (not necessary a
word template, but a word document that will be used to create other
word documents via parsing). The template will be dynamically
populated with data from the active document in our application which
is running in another process. The solution must work on PC and Mac.
On Windows, the obvious route is to use COM to pull data from our app
into VBA and then push it into the template.

My question is this: is there any equivalent to that using VBA in Mac
Office v.x? Does Apple Script provide the same capability as COM does
on windows? I'm pretty new to Mac development, so pardon my
ignorance.

Other solutions we are considering are using RTF and writing our own
parser/template engine...not sure which would be easier.

Any feedback would be extrement appreciated.

Greg

Re: Can VBA in Office v.x do interprocess communication? by Jonathan

Jonathan
Thu Nov 06 04:21:35 CST 2003

I have answered this in the customization group. Please do not post multiple
copies of the same question to different groups.

--
Regards
Jonathan West - Word MVP
http://www.multilinker.com
Please reply to the newsgroup

"Greg Lappen" <greg_lappen@yahoo.com> wrote in message
news:891e7de3.0311050713.4b28aacc@posting.google.com...
> I am in the process of designing a solution for the following
> requirement:
>
> We need to allow users to create a "template" in word (not necessary a
> word template, but a word document that will be used to create other
> word documents via parsing). The template will be dynamically
> populated with data from the active document in our application which
> is running in another process. The solution must work on PC and Mac.
> On Windows, the obvious route is to use COM to pull data from our app
> into VBA and then push it into the template.
>
> My question is this: is there any equivalent to that using VBA in Mac
> Office v.x? Does Apple Script provide the same capability as COM does
> on windows? I'm pretty new to Mac development, so pardon my
> ignorance.
>
> Other solutions we are considering are using RTF and writing our own
> parser/template engine...not sure which would be easier.
>
> Any feedback would be extrement appreciated.
>
> Greg