View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
naraby naraby is offline
external usenet poster
 
Posts: 1
Default How to Open a Word Template from vb.net

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