Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / February 2006

Tip: Looking for answers? Try searching our database.

Macro to top of document

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Daniel R. Young - 22 Feb 2006 19:15 GMT
I want to place a link on the bottom of each page to allow the user to click
it and go to the Table of Contents.  I have two issues:
1)  I want to do it on each page in the footer so I don't have to replicate
it on each of the 100 pages but the footer will not allow a user to click it
becuase it is hidden
2) I want the link to not be printed

I considered doing it with a macro button b/c I can check the box so it
won't be hidden, but I do not know the code to go to the table of contents
and is there a way to have it on each page in the footer area so I don't have
to replicate it on all 100 pages?

thank you,

Daniel Young
Charles Kenyon - 22 Feb 2006 22:12 GMT
Can't be done. Ctrl-Home takes anyone to the beginning of a document.
How about putting instructions, using hidden but displayed text in your
header/footer telling people that?
Signature

Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.

>I want to place a link on the bottom of each page to allow the user to
>click
[quoted text clipped - 15 lines]
>
> Daniel Young
Charles Kenyon - 22 Feb 2006 22:16 GMT
Alternatively, Alt-Left-Arrow takes a person to the originating page (like
in Explorer)

You could create a custom toolbar and float that over your document. It
would not print.
Signature

Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.

>I want to place a link on the bottom of each page to allow the user to
>click
[quoted text clipped - 15 lines]
>
> Daniel Young
Daniel R. Young - 25 Feb 2006 23:53 GMT
Can I do a custom button that will take someone to a certain bookmark or page
with the custon toolbar?

Thank you,

Daniel YOung

> Alternatively, Alt-Left-Arrow takes a person to the originating page (like
> in Explorer)
[quoted text clipped - 20 lines]
> >
> > Daniel Young
Greg Maxey - 26 Feb 2006 00:01 GMT
Something like this may do:

Sub Test()
If ActiveDocument.Bookmarks.Exists("myPlace") Then
 Selection.GoTo wdGoToBookmark, Name:="myPlace"
End If
End Sub

Signature

Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.

> Can I do a custom button that will take someone to a certain bookmark
> or page with the custon toolbar?
[quoted text clipped - 41 lines]
>>>
>>> Daniel Young

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.