Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Lyne G. Lyne G. is offline
external usenet poster
 
Posts: 1
Default how to mark a specific location in a file to keep returning there

I am collecting information in a single Word file. Some of the information
gets pasted to the bottom of the "top half" of the file and the other gets
pasted to the end of the file. I have "HERE" typed in at the location that I
want to keep returning to but I want a super quick way to jump back and forth
between "HERE" and the end of the file. Is there a way to do this with just
a short number of keystrokes?

I am an old fan of the Unix "vi" editor where I would just type "/here" to
go to the middle and ":end" (??? memory fails me) to get to the end of the
file.

Any help is greatly appreciated.
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default how to mark a specific location in a file to keep returning there

One way is to insert a bookmark at the location you want to jump to. For the
sake of consistency, you can name the bookmark "HERE".

When you want to go there, press Ctrl+G to open the GoTo dialog; click
Bookmark on the left, click the HERE bookmark's name in the list, and click
the Go To button.

With a little setup, you can have a one-step shortcut. Put this macro in
your Normal.dot template (see http://www.gmayor.com/installing_macro.htm if
needed):

Sub GoToHERE()
If ActiveDocument.Bookmarks.Exists("HERE") Then
ActiveDocument.Bookmarks("HERE").Select
End If
End Sub

Assign a keyboard shortcut to the macro (see
http://www.word.mvps.org/FAQs/Custom...oToHotkey.htm).
Pressing the shortcut will then take you directly to the bookmark.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

Lyne G. wrote:
I am collecting information in a single Word file. Some of the
information gets pasted to the bottom of the "top half" of the file
and the other gets pasted to the end of the file. I have "HERE"
typed in at the location that I want to keep returning to but I want
a super quick way to jump back and forth between "HERE" and the end
of the file. Is there a way to do this with just a short number of
keystrokes?

I am an old fan of the Unix "vi" editor where I would just type
"/here" to go to the middle and ":end" (??? memory fails me) to get
to the end of the file.

Any help is greatly appreciated.



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
SAVE AS HOW DO YOU PLACE A FILE IN A SPECIFIC LOCATION stanman Microsoft Word Help 1 September 16th 09 05:29 PM
Opening a file in Word to a specific location mubstar Page Layout 1 November 6th 06 02:15 PM
Need Template that is NOT attached to a File in Specific Location [email protected] Microsoft Word Help 3 June 11th 06 10:37 PM
Why are if fields all returning true when data location changes? AJ_at_Budget Mailmerge 1 June 2nd 06 08:13 PM
Returning to the previous location in a document Willy Microsoft Word Help 1 March 4th 05 02:47 PM


All times are GMT +1. The time now is 05:24 AM.

Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"