function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Akira007Akira007 

var newMM = new ActiveXObject('AppExchangeMailMerge.MMHost.1')

Hi, everyone

 

I'm trying to make a Javacsript code that  will generate multiple mailmerge documents automatically.

 

But the code:

 

     var newMM = new ActiveXObject('AppExchangeMailMerge.MMHost.1')
 

doesn't work well and "Automation Server can't create object" error occurrs.

 

How can I solve this problem?  I appreciate so much if some one help me to know how I can do it.