Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.newusers
tfagin tfagin is offline
external usenet poster
 
Posts: 4
Default Can a footer copy text from document?

Can I create a table (with no form fields) and designate a specific cell as
special... So that once that cell has text entered into it, Word will grab
that text and drop it into a designated area of the footer?

I am using MS Office XP Small Business with Word 2002, although other users
with different versions will access this document.

--
Thanks, tfagin
  #2   Report Post  
Posted to microsoft.public.word.newusers
Lene Fredborg Lene Fredborg is offline
external usenet poster
 
Posts: 1,291
Default Can a footer copy text from document?

Do you want the text to appear only in the footer of the same page as the
table cell? If this is the case, you could format the text in the table cell
with a certain style. In the desired location in the footer, insert a
STYLEREF field as follows:

1. Press Ctrl+F9 to insert a set of field braces.
2. Between the braces, type:
STYLEREF "MyStyle"
MyStyle must be the name of the style used in the table cell.
3. Press F9 to update the field (if this does not toggle field codes, press
Alt+F9).

A STYLEREF field inserted in a footer (or header) prints the first (or last)
text formatted with the specified style on the current page. The field is
automatically updated whenever you change the text in the document.

For further details about the STYLEREF field, search for €śField codes:
StyleRef field€ť in the online help of Word. See also this article:
http://sbarnhill.mvps.org/WordFAQs/S....htm#FormField

See this article for tips on different ways to repeat data:
http://gregmaxey.mvps.org/Repeating_Data.htm


--
Regards
Lene Fredborg
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft Word


"tfagin" wrote:

Can I create a table (with no form fields) and designate a specific cell as
special... So that once that cell has text entered into it, Word will grab
that text and drop it into a designated area of the footer?

I am using MS Office XP Small Business with Word 2002, although other users
with different versions will access this document.

--
Thanks, tfagin

  #3   Report Post  
Posted to microsoft.public.word.newusers
tfagin tfagin is offline
external usenet poster
 
Posts: 4
Default Can a footer copy text from document?

Lene, awesome, thanks. I actually want this piece of text to appear in the
footer of the first page *and* all subsequent pages (or maybe all but the
final page).

Is there a way to do this?
--
Thanks, tfagin


"Lene Fredborg" wrote:

Do you want the text to appear only in the footer of the same page as the
table cell? If this is the case, you could format the text in the table cell
with a certain style. In the desired location in the footer, insert a
STYLEREF field as follows:

1. Press Ctrl+F9 to insert a set of field braces.
2. Between the braces, type:
STYLEREF "MyStyle"
MyStyle must be the name of the style used in the table cell.
3. Press F9 to update the field (if this does not toggle field codes, press
Alt+F9).

A STYLEREF field inserted in a footer (or header) prints the first (or last)
text formatted with the specified style on the current page. The field is
automatically updated whenever you change the text in the document.

For further details about the STYLEREF field, search for €śField codes:
StyleRef field€ť in the online help of Word. See also this article:
http://sbarnhill.mvps.org/WordFAQs/S....htm#FormField

See this article for tips on different ways to repeat data:
http://gregmaxey.mvps.org/Repeating_Data.htm


--
Regards
Lene Fredborg
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft Word


"tfagin" wrote:

Can I create a table (with no form fields) and designate a specific cell as
special... So that once that cell has text entered into it, Word will grab
that text and drop it into a designated area of the footer?

I am using MS Office XP Small Business with Word 2002, although other users
with different versions will access this document.

--
Thanks, tfagin

  #4   Report Post  
Posted to microsoft.public.word.newusers
Lene Fredborg Lene Fredborg is offline
external usenet poster
 
Posts: 1,291
Default Can a footer copy text from document?

Actually, at STYLEREF field repeats the same text on all subsequent pages
until another occurrence of the specified style is found (my first sentence
in the previous post was unclear). Therefore, if your table cell is on page 1
and if you do not use the special table cell style in any other places in the
document, the STYLEREF field should automatically repeat the text on every
page in the document.

--
Regards
Lene Fredborg
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft Word


"tfagin" wrote:

Lene, awesome, thanks. I actually want this piece of text to appear in the
footer of the first page *and* all subsequent pages (or maybe all but the
final page).

Is there a way to do this?
--
Thanks, tfagin


"Lene Fredborg" wrote:

Do you want the text to appear only in the footer of the same page as the
table cell? If this is the case, you could format the text in the table cell
with a certain style. In the desired location in the footer, insert a
STYLEREF field as follows:

1. Press Ctrl+F9 to insert a set of field braces.
2. Between the braces, type:
STYLEREF "MyStyle"
MyStyle must be the name of the style used in the table cell.
3. Press F9 to update the field (if this does not toggle field codes, press
Alt+F9).

A STYLEREF field inserted in a footer (or header) prints the first (or last)
text formatted with the specified style on the current page. The field is
automatically updated whenever you change the text in the document.

For further details about the STYLEREF field, search for €śField codes:
StyleRef field€ť in the online help of Word. See also this article:
http://sbarnhill.mvps.org/WordFAQs/S....htm#FormField

See this article for tips on different ways to repeat data:
http://gregmaxey.mvps.org/Repeating_Data.htm


--
Regards
Lene Fredborg
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft Word


"tfagin" wrote:

Can I create a table (with no form fields) and designate a specific cell as
special... So that once that cell has text entered into it, Word will grab
that text and drop it into a designated area of the footer?

I am using MS Office XP Small Business with Word 2002, although other users
with different versions will access this document.

--
Thanks, tfagin

  #5   Report Post  
Posted to microsoft.public.word.newusers
Lene Fredborg Lene Fredborg is offline
external usenet poster
 
Posts: 1,291
Default Can a footer copy text from document?

I forgot the last part: If you want to eliminate the text of the STYLEREF
field on the last page, you could make a field construction as follows:

{ if { PAGE} { NUMPAGES } {STYLEREF €śMyStyle€ť } }

As you can see, it consists of one field that includes 3 other fields. You
already have the STYLEREF field. The PAGE field returns the number of the
current page. The NUMPAGES field returns the total number of pages in the
document. The construction says that if the actual page number is smaller
than the total number of pages, the result of the STYLEREF field must be
shown, else not. The field will still be on the last page but it will not
display any text (you can see the field only when field codes are shown).

--
Regards
Lene Fredborg
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft Word


"Lene Fredborg" wrote:

Actually, at STYLEREF field repeats the same text on all subsequent pages
until another occurrence of the specified style is found (my first sentence
in the previous post was unclear). Therefore, if your table cell is on page 1
and if you do not use the special table cell style in any other places in the
document, the STYLEREF field should automatically repeat the text on every
page in the document.

--
Regards
Lene Fredborg
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft Word


"tfagin" wrote:

Lene, awesome, thanks. I actually want this piece of text to appear in the
footer of the first page *and* all subsequent pages (or maybe all but the
final page).

Is there a way to do this?
--
Thanks, tfagin


"Lene Fredborg" wrote:

Do you want the text to appear only in the footer of the same page as the
table cell? If this is the case, you could format the text in the table cell
with a certain style. In the desired location in the footer, insert a
STYLEREF field as follows:

1. Press Ctrl+F9 to insert a set of field braces.
2. Between the braces, type:
STYLEREF "MyStyle"
MyStyle must be the name of the style used in the table cell.
3. Press F9 to update the field (if this does not toggle field codes, press
Alt+F9).

A STYLEREF field inserted in a footer (or header) prints the first (or last)
text formatted with the specified style on the current page. The field is
automatically updated whenever you change the text in the document.

For further details about the STYLEREF field, search for €śField codes:
StyleRef field€ť in the online help of Word. See also this article:
http://sbarnhill.mvps.org/WordFAQs/S....htm#FormField

See this article for tips on different ways to repeat data:
http://gregmaxey.mvps.org/Repeating_Data.htm


--
Regards
Lene Fredborg
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft Word


"tfagin" wrote:

Can I create a table (with no form fields) and designate a specific cell as
special... So that once that cell has text entered into it, Word will grab
that text and drop it into a designated area of the footer?

I am using MS Office XP Small Business with Word 2002, although other users
with different versions will access this document.

--
Thanks, tfagin



  #6   Report Post  
Posted to microsoft.public.word.newusers
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Can a footer copy text from document?

And to omit it on the last page, insert on that page an empty paragraph (or
some Hidden text) in the paragraph or character style being picked up by the
StyleRef field.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"Lene Fredborg" wrote in message
...
Actually, at STYLEREF field repeats the same text on all subsequent pages
until another occurrence of the specified style is found (my first

sentence
in the previous post was unclear). Therefore, if your table cell is on

page 1
and if you do not use the special table cell style in any other places in

the
document, the STYLEREF field should automatically repeat the text on every
page in the document.

--
Regards
Lene Fredborg
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft Word


"tfagin" wrote:

Lene, awesome, thanks. I actually want this piece of text to appear in

the
footer of the first page *and* all subsequent pages (or maybe all but

the
final page).

Is there a way to do this?
--
Thanks, tfagin


"Lene Fredborg" wrote:

Do you want the text to appear only in the footer of the same page as

the
table cell? If this is the case, you could format the text in the

table cell
with a certain style. In the desired location in the footer, insert a
STYLEREF field as follows:

1. Press Ctrl+F9 to insert a set of field braces.
2. Between the braces, type:
STYLEREF "MyStyle"
MyStyle must be the name of the style used in the table cell.
3. Press F9 to update the field (if this does not toggle field codes,

press
Alt+F9).

A STYLEREF field inserted in a footer (or header) prints the first (or

last)
text formatted with the specified style on the current page. The field

is
automatically updated whenever you change the text in the document.

For further details about the STYLEREF field, search for €śField codes:
StyleRef field€ť in the online help of Word. See also this article:
http://sbarnhill.mvps.org/WordFAQs/S....htm#FormField

See this article for tips on different ways to repeat data:
http://gregmaxey.mvps.org/Repeating_Data.htm


--
Regards
Lene Fredborg
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft Word


"tfagin" wrote:

Can I create a table (with no form fields) and designate a specific

cell as
special... So that once that cell has text entered into it, Word

will grab
that text and drop it into a designated area of the footer?

I am using MS Office XP Small Business with Word 2002, although

other users
with different versions will access this document.

--
Thanks, tfagin


  #7   Report Post  
Posted to microsoft.public.word.newusers
Calendar Calendar is offline
external usenet poster
 
Posts: 4
Default Can a footer copy text from document?

Maybe you can answer my questions. In law firms, they use the term
blacklining within a document. Is this similar to redlining and if so,
please tell me how it's done. I posted this question a while ago and haven't
receive a answer. Can you please help me?
Thank you. You can email me at:

"Lene Fredborg" wrote:

Actually, at STYLEREF field repeats the same text on all subsequent pages
until another occurrence of the specified style is found (my first sentence
in the previous post was unclear). Therefore, if your table cell is on page 1
and if you do not use the special table cell style in any other places in the
document, the STYLEREF field should automatically repeat the text on every
page in the document.

--
Regards
Lene Fredborg
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft Word


"tfagin" wrote:

Lene, awesome, thanks. I actually want this piece of text to appear in the
footer of the first page *and* all subsequent pages (or maybe all but the
final page).

Is there a way to do this?
--
Thanks, tfagin


"Lene Fredborg" wrote:

Do you want the text to appear only in the footer of the same page as the
table cell? If this is the case, you could format the text in the table cell
with a certain style. In the desired location in the footer, insert a
STYLEREF field as follows:

1. Press Ctrl+F9 to insert a set of field braces.
2. Between the braces, type:
STYLEREF "MyStyle"
MyStyle must be the name of the style used in the table cell.
3. Press F9 to update the field (if this does not toggle field codes, press
Alt+F9).

A STYLEREF field inserted in a footer (or header) prints the first (or last)
text formatted with the specified style on the current page. The field is
automatically updated whenever you change the text in the document.

For further details about the STYLEREF field, search for €śField codes:
StyleRef field€ť in the online help of Word. See also this article:
http://sbarnhill.mvps.org/WordFAQs/S....htm#FormField

See this article for tips on different ways to repeat data:
http://gregmaxey.mvps.org/Repeating_Data.htm


--
Regards
Lene Fredborg
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft Word


"tfagin" wrote:

Can I create a table (with no form fields) and designate a specific cell as
special... So that once that cell has text entered into it, Word will grab
that text and drop it into a designated area of the footer?

I am using MS Office XP Small Business with Word 2002, although other users
with different versions will access this document.

--
Thanks, tfagin

  #8   Report Post  
Posted to microsoft.public.word.newusers
Terry Farrell Terry Farrell is offline
external usenet poster
 
Posts: 2,904
Default Can a footer copy text from document?

Blacklining is just a term for marking changes made to a document. Just open
the Reviewing Toolbar and enable Track Changes. Now make changes to the
document and you will see it in action. (Though note that it is now much
more sophisticated than just black lines under the changed parts.)

--
Terry Farrell - MS Word MVP

"Calendar" wrote in message
...
Maybe you can answer my questions. In law firms, they use the term
blacklining within a document. Is this similar to redlining and if so,
please tell me how it's done. I posted this question a while ago and
haven't
receive a answer. Can you please help me?
Thank you. You can email me at:

"Lene Fredborg" wrote:

Actually, at STYLEREF field repeats the same text on all subsequent pages
until another occurrence of the specified style is found (my first
sentence
in the previous post was unclear). Therefore, if your table cell is on
page 1
and if you do not use the special table cell style in any other places in
the
document, the STYLEREF field should automatically repeat the text on
every
page in the document.

--
Regards
Lene Fredborg
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft Word


"tfagin" wrote:

Lene, awesome, thanks. I actually want this piece of text to appear in
the
footer of the first page *and* all subsequent pages (or maybe all but
the
final page).

Is there a way to do this?
--
Thanks, tfagin


"Lene Fredborg" wrote:

Do you want the text to appear only in the footer of the same page as
the
table cell? If this is the case, you could format the text in the
table cell
with a certain style. In the desired location in the footer, insert a
STYLEREF field as follows:

1. Press Ctrl+F9 to insert a set of field braces.
2. Between the braces, type:
STYLEREF "MyStyle"
MyStyle must be the name of the style used in the table cell.
3. Press F9 to update the field (if this does not toggle field codes,
press
Alt+F9).

A STYLEREF field inserted in a footer (or header) prints the first
(or last)
text formatted with the specified style on the current page. The
field is
automatically updated whenever you change the text in the document.

For further details about the STYLEREF field, search for €śField
codes:
StyleRef field€ť in the online help of Word. See also this article:
http://sbarnhill.mvps.org/WordFAQs/S....htm#FormField

See this article for tips on different ways to repeat data:
http://gregmaxey.mvps.org/Repeating_Data.htm


--
Regards
Lene Fredborg
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft
Word


"tfagin" wrote:

Can I create a table (with no form fields) and designate a specific
cell as
special... So that once that cell has text entered into it, Word
will grab
that text and drop it into a designated area of the footer?

I am using MS Office XP Small Business with Word 2002, although
other users
with different versions will access this document.

--
Thanks, tfagin


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
Header with picture or text box Scott Page Layout 15 April 28th 23 02:52 AM
Creating dynamic cross reference links in a Word document torajudo Microsoft Word Help 5 April 27th 23 08:57 PM
How to insert a linked copy of a text into the same word document. Matthias Microsoft Word Help 3 October 26th 06 10:28 AM
Word applies direct format on File open Uriel Microsoft Word Help 16 November 27th 05 07:22 PM
Widow/orphan control not working Mary Page Layout 5 July 28th 05 04:43 PM


All times are GMT +1. The time now is 02:10 AM.

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"