You could select from open documents from the Windows taskbar
or
from the Window Menu
or
by clicking the entry in the recent files list under the File menu.
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
"Graham Mayor" wrote:
> .
>
Sub MyDoc1()
Documents.Open FileName:="""D:\Path\Filename.doc"""
End Sub
Sub MyDoc2()
Documents.Open FileName:="""D:\Another Path\Filename2.doc"""
End Sub
etc
http://www.gmayor.com/word_vba_examples.htm
Yves
"Snappa" <Sna...@discussions.microsoft.com> wrote in message
news:5BD0B449-D242-4E9D...@microsoft.com...
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org
"Snappa" <Sna...@discussions.microsoft.com> wrote in message
news:D4230A8C-A308-4FEA...@microsoft.com...
If the Work Menu doesn't work out, I'll try the OfficeTab a try.
Thanks again.