Hi
Is it possible to run Word macro's from an ASP page in Internet Explorer? Opening a Word document works fine, but I need a macro to be executed as well (preferrably with arguments too).
In case this isn't possible : how could variables assigned to the document by ASP (objDoc.Variables.Add "MyVar", "1234"
be accessed from within Word macro's?
Thanks.
Is it possible to run Word macro's from an ASP page in Internet Explorer? Opening a Word document works fine, but I need a macro to be executed as well (preferrably with arguments too).
In case this isn't possible : how could variables assigned to the document by ASP (objDoc.Variables.Add "MyVar", "1234"
Thanks.