View Full Version : Re: scroll to end
John McGhie [MVP - Word]
07-04-2003, 07:22 AM
Hi Scott:
Just hit Command + End.
If you are on a laptop, make sure you have the PowerBook toolbar displayed,
because your keyboard does not have an END key :-)
Cheers
This responds to microsoft.public.mac.office.word on Thu, 03 Jul 2003
13:29:52 GMT, Scott <Heimdall[at]spamless.invalid>:
> re: Word 2001. When a specific document is opened, is there a way to
> have the cursor automatically placed at the end of the document when
> it's opened (with the end of the document displayed)?
Please post all comments to the newsgroup to maintain the thread.
John McGhie, Consultant Technical Writer
McGhie Information Engineering Pty Ltd
Sydney, Australia. GMT + 10 Hrs
+61 4 1209 1410, mailto:john[at]mcghie-information.com.au
Scott
07-04-2003, 08:47 PM
In article <n67agvgca8j0vjh6rkue1vte7t4maah67v[at]4ax.com>,
"John McGhie [MVP - Word]" <john[at]mcghie-information.com.au> wrote:
> Just hit Command + End.
>
> If you are on a laptop, make sure you have the PowerBook toolbar displayed,
> because your keyboard does not have an END key :-)
So, it can't be done automatically upon opening?
--
to email *off-topipc* responses, change "spamless.invalid" to "optonline.net"
Jim Gordon
07-05-2003, 05:57 PM
Hi Scott,
My memory says that there is exactly the feature you want built into Word,
but it's been a couple years since anyone asked about it. I spent a few
minutes searching Google groups for the topic because I know it was
discussed in this newsgroup at one time.
A simple macro should be able to accomplish the task you desire in either an
Auto-Open or Auto-Close macro. From Word's help:
This example moves the selection to the end of the current story. If the
selection is in the main text story, the example moves the selection to the
end of the document.
Selection.EndKey Unit:=wdStory, Extend:=wdMove
-Jim Gordon
Mac MVP
All responses should be made to this newsgroup within the same thread.
Thanks.
About Microsoft MVPs:
http://www.mvps.org/
Search for help with the free Google search Excel add-in:
<http://www.rondebruin.nl/Google.htm>
----------
In article <heimdall-C19635.15473204072003[at]rcache2.srv.hcvlny.cv.net>, Scott
<heimdall[at]spamless.invalid> wrote:
>
> In article <n67agvgca8j0vjh6rkue1vte7t4maah67v[at]4ax.com>,
> "John McGhie [MVP - Word]" <john[at]mcghie-information.com.au> wrote:
>
>> Just hit Command + End.
>>
>> If you are on a laptop, make sure you have the PowerBook toolbar displayed,
>> because your keyboard does not have an END key :-)
>
> So, it can't be done automatically upon opening?
>
> --
> to email *off-topipc* responses, change "spamless.invalid" to "optonline.net"
John McGhie [MVP - Word]
07-07-2003, 04:45 AM
Hi Scott:
Yes, it can. But since it's only a single keystroke, nobody ever bothers.
The one we use more often, Return to Last Edit, is Shift + F5. That takes
you to the point of the most recent edit in a document.
If you really want it to be automatic, install the following one-line macro
in the document:
Sub AutoOpen()
'
' Macro1 Macro
' Macro recorded 7/7/2003 by John McGhie
'
Selection.EndKey Unit:=wdStory
End Sub
Do not change the name of the macro.
Cheers
This responds to microsoft.public.mac.office.word on Fri, 04 Jul 2003
19:47:27 GMT, Scott <heimdall[at]spamless.invalid>:
> In article <n67agvgca8j0vjh6rkue1vte7t4maah67v[at]4ax.com>,
> "John McGhie [MVP - Word]" <john[at]mcghie-information.com.au> wrote:
>
> > Just hit Command + End.
> >
> > If you are on a laptop, make sure you have the PowerBook toolbar displayed,
> > because your keyboard does not have an END key :-)
>
> So, it can't be done automatically upon opening?
Please post all comments to the newsgroup to maintain the thread.
John McGhie, Consultant Technical Writer
McGhie Information Engineering Pty Ltd
Sydney, Australia. GMT + 10 Hrs
+61 4 1209 1410, mailto:john[at]mcghie-information.com.au