L
Liz
Hi -
I am looking for a good way to open a new document from an open
document...where the new document is based on the same template of the
already open document. I am trying to avoid using a hardcoded template in my
vba code, and make it a variable based on whatever template the user is
using....
For instance...all I have is this....which is hardcoded...
Sub openTemplate()
Word.Documents.Add Template:="C:\path\To\My\Template.dot"
End Sub
Thanks,
Liz
I am looking for a good way to open a new document from an open
document...where the new document is based on the same template of the
already open document. I am trying to avoid using a hardcoded template in my
vba code, and make it a variable based on whatever template the user is
using....
For instance...all I have is this....which is hardcoded...
Sub openTemplate()
Word.Documents.Add Template:="C:\path\To\My\Template.dot"
End Sub
Thanks,
Liz