JeffBPaarsa
Sat Jul 08 21:17:01 CDT 2006
Thank you for the advice it worked... I really don't have to start word from
within word but I was thinking I may need to start word from a macro runing
after starting the word... but I can circle around it.
--
Jeff B Paarsa
"Graham Mayor" wrote:
> See Word Help on 'starting word' for the switches available and their uses.
>
> From a DOS command use a startup switch eg
>
> winword /t"D:\Word Templates\Letter Heads\Envelope #10.dot"
>
> As for wanting to start Word from within Word - you'll have to explain that
> one? But to create a new document from vba with Word running and using a
> particular template, you need the vba command
>
> Documents.Add ("D:\Word Templates\Letter Heads\Envelope #10.dot")
>
>
> --
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Graham Mayor - Word MVP
>
> My web site www.gmayor.com
> Word MVP web site
http://word.mvps.org
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>
>
>
> Jeffery B Paarsa wrote:
> > Thank you for the response. But I wanted to start the word in batch
> > mode as a command from a Macro either in VB or Word itself. On a Dos
> > command prompt if you issue start winword, word will be started with
> > a new blank document using template Normal.dot. Now how can I force
> > Word does not use Normal.dot as template but uses the template that I
> > want to be used.
> >
> >> Drag a shortcut to the template to the desktop. By default Word will
> >> open a new document based on that template.
> >> Note Normal.dot is an essential system file and cannot be replaced
> >> with something else.
> >>
> >> --
> >> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> >> Graham Mayor - Word MVP
> >>
> >> My web site www.gmayor.com
> >> Word MVP web site
http://word.mvps.org
> >> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> >>
> >> Jeffery B Paarsa wrote:
> >>> Hello,
> >>>
> >>> Can anybody help me on how to start and open a new Word document
> >>> using a newly defined template other than Normal.dot? I tried net
> >>> start winword <xxxx.dot but did not work only a new word was opened
> >>> using Normal.dot.
>
>
>