L
Lenny
I create protected word template forms for my company. Frequently, I have to
create a form that adds additional pages. I generally record the process
(macro) to determine what I want to happen then go in and clean up the code.
The process I use is ctrl end, ctrl enter, which gets me to the bottom of the
page and the code looks like this:
Selection.EndKey Unit:=wdStory
Selection.InsertBreak Type:=wdPageBreak
If there are pages inbetween, using this jumps over pages to go to the end
of the document... first question: is this what the wdStory is telling me?
Is there a way, without a physical bookmark, to go to the bottom of any
page? Regards - Lenny
create a form that adds additional pages. I generally record the process
(macro) to determine what I want to happen then go in and clean up the code.
The process I use is ctrl end, ctrl enter, which gets me to the bottom of the
page and the code looks like this:
Selection.EndKey Unit:=wdStory
Selection.InsertBreak Type:=wdPageBreak
If there are pages inbetween, using this jumps over pages to go to the end
of the document... first question: is this what the wdStory is telling me?
Is there a way, without a physical bookmark, to go to the bottom of any
page? Regards - Lenny