R
Rhino
I am trying to create a Word document by opening an existing document from
the command line and running a macro that erases the current version of the
document and regenerates it from an external file. Is it possible to do
that? Ideally, I'd like to do this without even opening Word, just running
it in batch. If this is possible, how would I do that?
Also, it is possible to pass one or more parameters to the macro from the
command line: If so, what would the syntax be? I'm guessing something like
this:
Word -mode=batch -run=macro01(parameter1, parameter2)
the command line and running a macro that erases the current version of the
document and regenerates it from an external file. Is it possible to do
that? Ideally, I'd like to do this without even opening Word, just running
it in batch. If this is possible, how would I do that?
Also, it is possible to pass one or more parameters to the macro from the
command line: If so, what would the syntax be? I'm guessing something like
this:
Word -mode=batch -run=macro01(parameter1, parameter2)