K
K. Wilder
Is there a way using VBA to open an existing document or a template as an
unnamed document, similar to double-clicking a .DOT file and having it open
as Document1?
I'm trying this but it only opens the document, which I don't want
overwritten:
Dim wd as Word.Application
Dim wDoc as Word.Document
Dim WordFile as string
WordFile = "test.doc"
Set wDoc = wd.Documents.Open(WordFile)
Thanks,
King Wilder
unnamed document, similar to double-clicking a .DOT file and having it open
as Document1?
I'm trying this but it only opens the document, which I don't want
overwritten:
Dim wd as Word.Application
Dim wDoc as Word.Document
Dim WordFile as string
WordFile = "test.doc"
Set wDoc = wd.Documents.Open(WordFile)
Thanks,
King Wilder