I have created an asp page which has a hyperlink to a
word template (this would be server side). This template
contains both the autonew and autoopen macros. These
macros contain automation to execute a mail merge. The
problem is that .... opening up the template from the
browser, word opens and loads it correctly but the auto
macros do not run. Why ???? I have tested the template
directly from a folder on my PC and it works fine. The
macros are clearly visible upon the hyperlink click. How
do I get them to run.
Doug Robbins - Word MVP - 30 Oct 2003 11:06 GMT
Hi Steve,
Use Document_New() and Document_Open() macros in the This document object
instead.
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.
Hope this helps
Doug Robbins - Word MVP
> I have created an asp page which has a hyperlink to a
> word template (this would be server side). This template
[quoted text clipped - 6 lines]
> macros are clearly visible upon the hyperlink click. How
> do I get them to run.