Alphabetical page dividers

J

Jack

Still hoping to find suggestions on use of page dividers as follows:

I have a multi-page alphabetically-arranged table. I would like to set up
divider tabs (as in a notebook) that show on the right side with alphabet
letters to make it easier for users to move from one section to another. Is
this possible in a Word 2000 document? Appreciate thoughts. Thanks.
 
G

Greg

You could use styles and the document map or you could bookmark the
begining of each lettered section and then create a toolbar with macro
commands to jump to the individual sections. After dragging the macro
commands to the toolbar, just rename them A, B, C, etc.

Sub A()
ActiveDocument.Bookmarks("A").Range.Select
End Sub
Sub B()
ActiveDocument.Bookmarks("B").Range.Select
End Sub
 
S

Suzanne S. Barnhill

You haven't responded to my earlier post, so I don't know whether the
limitations I mentioned would prevent the use of the method that I will not
take the time to describe if it won't be helpful to you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top