Cor Nouws wrote (12-11-2007 10:39)
These might help:
Maybe I should have added an extra hint.
Sub GoToTOC ' assign to Ctrl-g
AddMyBookmark("_here")
GoToMyBookmark("_doc")
End Sub
Sub ReturnToWhereIWas ' assign to Ctrl-r
GoToMyBookmark("_here")
End Sub
(Used bookmark names and key combinations from your first mail.)
So Enter all te subs in OOo-Basic
Assign the keys
Add the bookmark "_doc" to the position of your TOC (or anywhere else).
Regards,
Cor
--
Cor Nouws
Arnhem - Netherlands
nl.OpenOffice.org - marketing contact
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]