G Guest Jul 6, 2006 #1 Is there a way to have a sort of "workspace" in word. I need a file that will open multiple word files at the same time. Thanks a bunch.
Is there a way to have a sort of "workspace" in word. I need a file that will open multiple word files at the same time. Thanks a bunch.
G Graham Mayor Jul 7, 2006 #2 Select all the files you want to open in Windows Explorer and open them from there with Word or Create a macro containing statements similar to: Sub OpenMyFiles() Documents.Open FileName:="""c:\path\docname1.doc""" Documents.Open FileName:="""c:\path\docname2.doc""" End Sub where the paths and docnames are those of your files http://www.gmayor.com/installing_macro.htm -- <>>< ><<> ><<> <>>< ><<> <>>< <>><<> Graham Mayor - Word MVP My web site www.gmayor.com <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Select all the files you want to open in Windows Explorer and open them from there with Word or Create a macro containing statements similar to: Sub OpenMyFiles() Documents.Open FileName:="""c:\path\docname1.doc""" Documents.Open FileName:="""c:\path\docname2.doc""" End Sub where the paths and docnames are those of your files http://www.gmayor.com/installing_macro.htm -- <>>< ><<> ><<> <>>< ><<> <>>< <>><<> Graham Mayor - Word MVP My web site www.gmayor.com <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
G Graham Mayor Jul 7, 2006 #3 Select all the files you want to open in Windows Explorer and open them from there with Word or Create a macro containing statements similar to: Sub OpenMyFiles() Documents.Open FileName:="""c:\path\docname1.doc""" Documents.Open FileName:="""c:\path\docname2.doc""" End Sub where the paths and docnames are those of your files http://www.gmayor.com/installing_macro.htm -- <>>< ><<> ><<> <>>< ><<> <>>< <>><<> Graham Mayor - Word MVP My web site www.gmayor.com <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Select all the files you want to open in Windows Explorer and open them from there with Word or Create a macro containing statements similar to: Sub OpenMyFiles() Documents.Open FileName:="""c:\path\docname1.doc""" Documents.Open FileName:="""c:\path\docname2.doc""" End Sub where the paths and docnames are those of your files http://www.gmayor.com/installing_macro.htm -- <>>< ><<> ><<> <>>< ><<> <>>< <>><<> Graham Mayor - Word MVP My web site www.gmayor.com <>>< ><<> ><<> <>>< ><<> <>>< <>><<>