Hello,
Does anyoone know how to instantiate Word via COM so that Word gets instantiated on the client, not the server?
I'm using the code:
$wordObj = new COM("Word.application");
which works fine ACCEPT it instantiates Word on the server, not the client. I would like Word instantiated on the client. Is this possible? Does anyone have a code snippet for this?
Also, is anyone aware of a place where all the Word constants (you know the wdXXX stuff) can be found?
Thanks.
Chris Streeter
Bethlehem, PA, USA