Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I link between a Word template and an Excel template | Excel Discussion (Misc queries) | |||
Excel Hyperlink doesn't open Word doc the same way as Word does | Excel Discussion (Misc queries) | |||
Word document from template | Excel Programming | |||
Merge into Word Template | Excel Programming | |||
Graph Excel Selection, Open Word File, Embed Graph Into Word | Excel Programming |