Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi:
Can someone advise me how to open a Word Template from vb.net. I have a Word Template which will run its macro on entry. Any help would be appreciated. *** Sent via Developersdex http://www.developersdex.com *** |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Wouldn't this be better asked in either a VB.Net forum or even an MSWord forum?
Don Mylrea wrote: Hi: Can someone advise me how to open a Word Template from vb.net. I have a Word Template which will run its macro on entry. Any help would be appreciated. *** Sent via Developersdex http://www.developersdex.com *** -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
you can always use shell function to open winword.exe after supplying the
full path name of the template or you can use process.start to start any application and have control over it from vb.net I recommend use of shell if you do not want to control it because it is easy to use "Dave Peterson" wrote: Wouldn't this be better asked in either a VB.Net forum or even an MSWord forum? Don Mylrea wrote: Hi: Can someone advise me how to open a Word Template from vb.net. I have a Word Template which will run its macro on entry. Any help would be appreciated. *** Sent via Developersdex http://www.developersdex.com *** -- Dave Peterson |
Reply |
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) | |||
How to Open a Word template | Excel Programming | |||
Open Word Template | Excel Programming | |||
Excel VBA from Word Template | Excel Programming |