Creating either a toolbar or Menu to navigate in a WORD doc.

M

Memphis

I have a document I use often. The layout never changes.
I am exploring the posibility of adding a customized menu in the menu bar or
a toolbar where I can list hyperlinks to each of the different elements in
the document (1 through 15). Thank fully each page is a section, I have been
able to do Crtl+F and then select Go to Section 5 persay, but I would like to
have something that requieres less typing to get to the section I need, like
a drop down menu.
I have been able to create a new costumized menu, but it only allows for the
creation of hyperlinks to websites, or to open new documents, the feature for
"places in this document" is not functional this way. I suppose what I am
asking here is for suggestions on how to approach this.

Thank you.
 
G

Graham Mayor

Create a toolbar or a new menu item and add a series of short macros to go
where you require eg

Sub GoSection4()
Selection.GoTo What:=wdGoToSection, Count:=4
End Sub

etc
http://www.gmayor.com/installing_macro.htm

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


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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