Hi All,
is it possible to get an existing instance of Word? Currently it's only possible to create a NEW instance:
$Word = new COM("Word.Application"); etc.
For VB-connaisseurs:
is 'GetObject' possible instead of 'CreateObject' ?
Regards, Tim
Hello!
I have no idea how to use GetObject. Can you help me to find how to install Word.Application libaray. when i tried $Word = new COM("Word.Application"); i got following error. Fatal error: Cannot instantiate non-existent class: com
Can u help me.
Regards, shahzad