Re: return to where it was by justamailman
justamailman
Wed Dec 08 03:17:02 CST 2004
thanks. Helmut,is there a place where to learn thoses dim things and how do
we see the different choice available as we build using f8 if that is possible
"Helmut Weber" wrote:
> Hi,
> just one of many ways:
> define where you are, like:
> dim rHere as range ' you are here
> set rHere = selection.range
> ' do what you like
> rHere.select ' goback
>
> But, of course, this can only work,
> if you haven't deleted rHere in the meantime,
> in a way, or changed it by deleting text before it.
> Theoretically, you could change or delete all
> of the doc except the end of doc mark (the last paragraph).
> So the only two safe points you can use for a return,
> is end of doc in a way, or start of doc,
> which is the same, if all of doc was deleted. ;-)
>
> Greetings from Bavaria, Germany
> Helmut Weber, MVP
> "red.sys" & chr(64) & "t-online.de"
> Word 2002, Windows 2000
>