Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to Open Files in Tabs

1 view
Skip to first unread message

Snappa

unread,
Nov 29, 2009, 8:26:01 PM11/29/09
to
Is there any way I can have multiple Word files open, and select them using
tabs at the top or bottom, just as I can select excel worksheets, or
different webpages in the latest browsers ?
I regularly work on the same 3 or 4 related files, and I would like to be
able to select a tab to move between them.
Perhaps there is another way to achieve a similar way of working ?
I am using Win XP Prof, and Word 2003.
Thanks.

Kit_e

unread,
Nov 29, 2009, 11:28:01 PM11/29/09
to
Not TABS as such, but you can use ALT+SHIFT to move between anything open on
you desktop, much easier than using that dreaded mouse. Hope that helps a
little.

Kit_e

unread,
Nov 29, 2009, 11:30:01 PM11/29/09
to
Oops Sorry. That should be ALT+TAB.

Snappa

unread,
Nov 30, 2009, 3:13:02 AM11/30/09
to

Tes, I use ALT+TAB all the time for jumping around my running applications.
But there are usually so many open, emails, etc., that moving between open
Word documents is not so easy.
I was hoping for a piece of VBA which may allow me to do what I want.
Thanks anyway.
Anyone else ?

Graham Mayor

unread,
Nov 30, 2009, 4:14:45 AM11/30/09
to

There are no tabs available to be included in the Word interface.

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

Snappa

unread,
Dec 1, 2009, 3:08:01 AM12/1/09
to
Not the answer I wanted, but sort of what I expected.
Thinking laterally, would it be possible to have a tool on the toolbar for
each of the related files I regularly work on ? I'm pretty sure I could use
some VBA to have a top level menu item for each of my 3 documents. Do you
agree ? Maybe this is what I'll have to do. Almost back to the Window menu,
aren't we, but separate menu items gives me better "visibility" of my docs,
and I could even give each one a short-cut key.
Thanks for your ideas, and advice.

"Graham Mayor" wrote:

> .
>

Graham Mayor

unread,
Dec 1, 2009, 5:11:17 AM12/1/09
to
You could use the work menu (which you can add to the menu bar) or you could
create a custom toolbar and add macros to open your documents. The macros
could be as simple as

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 Dhondt

unread,
Dec 1, 2009, 7:00:51 AM12/1/09
to
You might want to give OfficeTab a try. Most information about is in
Chinese, but there is an English version. See
http://hi.baidu.com/officecm/blog/item/19de9c6dcf6276f2431694b0.html

Yves

"Snappa" <Sna...@discussions.microsoft.com> wrote in message
news:5BD0B449-D242-4E9D...@microsoft.com...

Graham Mayor

unread,
Dec 1, 2009, 7:23:49 AM12/1/09
to

Thanks for the heads up on that one. Initial testing suggests it works OK
with Word 2003, but it locks up my installation of Word 2007. Whether that
means a conflict with other software I have installed I hesitate to say.
Certainly worth a look if that sort of thing appeals, but for my needs it's
an answer to a problem I don't have.:)

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

Suzanne S. Barnhill

unread,
Dec 1, 2009, 8:42:52 AM12/1/09
to
For Word 2003, see http://word.mvps.org/FAQs/General/WorkMenu.htm

--
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...

Snappa

unread,
Dec 7, 2009, 5:05:01 PM12/7/09
to

Thanks to you all, particularly Yves and Suzanne. I think I'll start with
the Work Menu. I prefer to use keyboard shortcuts, and if Alt + k /1 will
always bring up my logbook, for example, this is much more user friendly than
the Windows menu.

If the Work Menu doesn't work out, I'll try the OfficeTab a try.

Thanks again.

0 new messages