T
TAM
Within Excel I am trying to open a new document from a Word template file
but the template file itself keeps opening. Can you please advise how to
open a document from the template - my code is as follows...
Dim wdApp As Word.Application
Set wdApp = New Word.Application
With wdApp
.Documents.Open Filename:="C:\My Documents\Work\Manual Project\Templates\01
Front Cover.dot"
I have tried this code with the .doc extension but that only results in an
error
Thanks
TAM
but the template file itself keeps opening. Can you please advise how to
open a document from the template - my code is as follows...
Dim wdApp As Word.Application
Set wdApp = New Word.Application
With wdApp
.Documents.Open Filename:="C:\My Documents\Work\Manual Project\Templates\01
Front Cover.dot"
I have tried this code with the .doc extension but that only results in an
error
Thanks
TAM