Reply
 
Thread Tools Display Modes
  #1   Report Post  
Wes
 
Posts: n/a
Default Text box continued on page...

Is there a way to put a footnote or something onto a textbox that tells what
page the next linked textbox is located on? I'm making a newsletter with a
story on the first page that continues on a different page.

Thanks in advance for your help.

Wes
  #2   Report Post  
Jay Freedman
 
Posts: n/a
Default Text box continued on page...

On Tue, 1 Nov 2005 16:05:05 -0800, Wes
wrote:

Is there a way to put a footnote or something onto a textbox that tells what
page the next linked textbox is located on? I'm making a newsletter with a
story on the first page that continues on a different page.

Thanks in advance for your help.

Wes


Put a bookmark in the body text (not in the text box) where the
continuation text box is anchored. In the final line of the first text
box, place the continuation note and include a PageRef field
containing the name of the bookmark. Format it so it's distinct from
the text.

Fields inside text boxes don't update automatically. If you have only
a few text boxes, you can manually select each continuation note and
press F9 to update the fields. If there are many text boxes to update,
this macro should work, although I've sometimes seen odd results
(fields showing the wrong page numbers, when manual updates work
properly):

Sub UpdatePageRefsInTextBoxes()
Dim oTB As Shape
ActiveDocument.Repaginate
For Each oTB In ActiveDocument.Shapes
With oTB
If .Type = msoTextBox Then
.TextFrame.TextRange.Fields.Update
End If
End With
Next oTB
End Sub

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
  #3   Report Post  
Wes
 
Posts: n/a
Default Text box continued on page...

Thanks!



"Jay Freedman" wrote:

On Tue, 1 Nov 2005 16:05:05 -0800, Wes
wrote:

Is there a way to put a footnote or something onto a textbox that tells what
page the next linked textbox is located on? I'm making a newsletter with a
story on the first page that continues on a different page.

Thanks in advance for your help.

Wes


Put a bookmark in the body text (not in the text box) where the
continuation text box is anchored. In the final line of the first text
box, place the continuation note and include a PageRef field
containing the name of the bookmark. Format it so it's distinct from
the text.

Fields inside text boxes don't update automatically. If you have only
a few text boxes, you can manually select each continuation note and
press F9 to update the fields. If there are many text boxes to update,
this macro should work, although I've sometimes seen odd results
(fields showing the wrong page numbers, when manual updates work
properly):

Sub UpdatePageRefsInTextBoxes()
Dim oTB As Shape
ActiveDocument.Repaginate
For Each oTB In ActiveDocument.Shapes
With oTB
If .Type = msoTextBox Then
.TextFrame.TextRange.Fields.Update
End If
End With
Next oTB
End Sub

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org

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
Text only in the first page and text only in the last page BD Page Layout 6 April 13th 05 11:12 PM
section breaks change each time opening document Dave Microsoft Word Help 6 March 21st 05 11:01 AM
How do i get rid of a page number on a Save As\ Text Only doc? Mike Whitehurst Microsoft Word Help 0 March 16th 05 01:18 PM
Outline Renee Hendershott Page Layout 2 December 25th 04 02:49 PM
FIrst page footers Noel S Pamfree Microsoft Word Help 7 December 6th 04 08:49 PM


All times are GMT +1. The time now is 07:25 PM.

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

About Us

"It's about Microsoft Word"