H
Henninger5
I have a Word 2003 template. I have VBA code that runs after a
Document_New() event. How can I have a check in that code for whether
the event was triggered by a user double clicking the template in
explorer (thus creating a new document from the template) or whether
the event was triggered by VBA code from somewhere else creating the
new document with the WordApp.Documents.Add() method?
Thank you.
Document_New() event. How can I have a check in that code for whether
the event was triggered by a user double clicking the template in
explorer (thus creating a new document from the template) or whether
the event was triggered by VBA code from somewhere else creating the
new document with the WordApp.Documents.Add() method?
Thank you.