#1   Report Post  
Posted to microsoft.public.word.docmanagement
iamnu iamnu is offline
external usenet poster
 
Posts: 8
Default Change Form Field Font

MS Word 2003.

I have quite a few Form Fields on my document. I would like to change
the font on ALL of them.
Is there an easy way to accomplish this?

Thanks...
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Change Form Field Font

1. Unprotect the form.

2. Display field codes (Al+F9).

3. In the Replace dialog, in the "Find what" box, type

^19 FORM

4. Click More to expand the dialog.

5. With the insertion point in the "Replace with" box, click Format | Font
and select the desired font.

7. Replace All.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"iamnu" wrote in message
...
MS Word 2003.

I have quite a few Form Fields on my document. I would like to change
the font on ALL of them.
Is there an easy way to accomplish this?

Thanks...


  #3   Report Post  
Posted to microsoft.public.word.docmanagement
iamnu iamnu is offline
external usenet poster
 
Posts: 8
Default Change Form Field Font

On Jan 1, 9:06*am, "Suzanne S. Barnhill" wrote:
1. Unprotect the form.

2. Display field codes (Al+F9).

3. In the Replace dialog, in the "Find what" box, type

* * ^19 FORM

4. Click More to expand the dialog.

5. With the insertion point in the "Replace with" box, click Format | Font
and select the desired font.

7. Replace All.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USAhttp://word.mvps.org

"iamnu" wrote in message

...

MS Word 2003.


I have quite a few Form Fields on my document. *I would like to change
the font on ALL of them.
Is there an easy way to accomplish this?


Thanks...


Oh, how great!

I copied your code to place in the "Find what" box, but it did not
work. I then typed your values in the box, and it worked!.

Thanks much for your help.
  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Change Form Field Font

This assumes, of course, that you want ALL your form fields in the same
font; otherwise, you'd have to Find Next and Replace selectively. And I
neglected to mention that after running the replace, you have to Alt+F9 to
toggle the form fields back, then reprotect the form, but I guess you
figured that out!

The only part of the operation that is tricky (and which always catches me)
is that if you place the insertion point in the "Replace with" box, then
click More, then start selecting formatting, you end up having to do it over
because, when you click More, the insertion point jumps back to the "Find
what" box. And of course when you're replacing with just formatting, you
need to make sure that the "Replace with" box is empty.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"iamnu" wrote in message
...
On Jan 1, 9:06 am, "Suzanne S. Barnhill" wrote:
1. Unprotect the form.

2. Display field codes (Al+F9).

3. In the Replace dialog, in the "Find what" box, type

^19 FORM

4. Click More to expand the dialog.

5. With the insertion point in the "Replace with" box, click Format | Font
and select the desired font.

7. Replace All.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USAhttp://word.mvps.org

"iamnu" wrote in message

...

MS Word 2003.


I have quite a few Form Fields on my document. I would like to change
the font on ALL of them.
Is there an easy way to accomplish this?


Thanks...


Oh, how great!

I copied your code to place in the "Find what" box, but it did not
work. I then typed your values in the box, and it worked!.

Thanks much for your help.

  #5   Report Post  
Posted to microsoft.public.word.docmanagement
iamnu iamnu is offline
external usenet poster
 
Posts: 8
Default Change Form Field Font

On Jan 1, 10:26*am, "Suzanne S. Barnhill" wrote:
This assumes, of course, that you want ALL your form fields in the same
font; otherwise, you'd have to Find Next and Replace selectively. And I
neglected to mention that after running the replace, you have to Alt+F9 to
toggle the form fields back, then reprotect the form, but I guess you
figured that out!

The only part of the operation that is tricky (and which always catches me)
is that if you place the insertion point in the "Replace with" box, then
click More, then start selecting formatting, you end up having to do it over
because, when you click More, the insertion point jumps back to the "Find
what" box. And of course when you're replacing with just formatting, you
need to make sure that the "Replace with" box is empty.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USAhttp://word.mvps.org

"iamnu" wrote in message

...
On Jan 1, 9:06 am, "Suzanne S. Barnhill" wrote:



1. Unprotect the form.


2. Display field codes (Al+F9).


3. In the Replace dialog, in the "Find what" box, type


^19 FORM


4. Click More to expand the dialog.


5. With the insertion point in the "Replace with" box, click Format | Font
and select the desired font.


7. Replace All.


--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USAhttp://word.mvps.org


"iamnu" wrote in message


....


MS Word 2003.


I have quite a few Form Fields on my document. I would like to change
the font on ALL of them.
Is there an easy way to accomplish this?


Thanks...


Oh, how great!

I copied your code to place in the "Find what" box, but it did not
work. *I then typed your values in the box, and it worked!.

Thanks much for your help.


Suzanne, you did so well with my first question, I'd like to pose
another.

If you copy a Forms Field to another location, it contains a blank
Bookmark.
So, is there way to automatically assign Bookmarks to Form Fields that
are blank (empty)?

Bernie


  #6   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Change Form Field Font

There may be, but it would probably require VBA (a macro), which is beyond
my capability, but others here may be able to help.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"iamnu" wrote in message
...
On Jan 1, 10:26 am, "Suzanne S. Barnhill" wrote:
This assumes, of course, that you want ALL your form fields in the same
font; otherwise, you'd have to Find Next and Replace selectively. And I
neglected to mention that after running the replace, you have to Alt+F9 to
toggle the form fields back, then reprotect the form, but I guess you
figured that out!

The only part of the operation that is tricky (and which always catches
me)
is that if you place the insertion point in the "Replace with" box, then
click More, then start selecting formatting, you end up having to do it
over
because, when you click More, the insertion point jumps back to the "Find
what" box. And of course when you're replacing with just formatting, you
need to make sure that the "Replace with" box is empty.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USAhttp://word.mvps.org

"iamnu" wrote in message

...
On Jan 1, 9:06 am, "Suzanne S. Barnhill" wrote:



1. Unprotect the form.


2. Display field codes (Al+F9).


3. In the Replace dialog, in the "Find what" box, type


^19 FORM


4. Click More to expand the dialog.


5. With the insertion point in the "Replace with" box, click Format |
Font
and select the desired font.


7. Replace All.


--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USAhttp://word.mvps.org


"iamnu" wrote in message


...


MS Word 2003.


I have quite a few Form Fields on my document. I would like to change
the font on ALL of them.
Is there an easy way to accomplish this?


Thanks...


Oh, how great!

I copied your code to place in the "Find what" box, but it did not
work. I then typed your values in the box, and it worked!.

Thanks much for your help.


Suzanne, you did so well with my first question, I'd like to pose
another.

If you copy a Forms Field to another location, it contains a blank
Bookmark.
So, is there way to automatically assign Bookmarks to Form Fields that
are blank (empty)?

Bernie

  #7   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Change Form Field Font

There's an article at
http://www.word.mvps.org/FAQs/Macros...ameToFmFld.htm that
describes the process of assigning a name to a form field, but it's
only a quick description of a workaround for the obvious but
unworkable approach. A complete macro could be designed around that
process, but the question that must be answered first is, "What name
do you want the new field to have?"

The first answer that comes to mind is to imitate Word's default: for
a text form field, assign "Text" followed by the next unused number.
However, we usually advise assigning a meaningful name related to the
field's purpose. For that, the macro would have to display a box to
ask you for the name. If you're going to do that, you might as well
just double-click the new field and enter the name directly into the
standard Properties dialog.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.

On Fri, 1 Jan 2010 14:06:47 -0600, "Suzanne S. Barnhill"
wrote:

There may be, but it would probably require VBA (a macro), which is beyond
my capability, but others here may be able to help.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

[snip]

Suzanne, you did so well with my first question, I'd like to pose
another.

If you copy a Forms Field to another location, it contains a blank
Bookmark.
So, is there way to automatically assign Bookmarks to Form Fields that
are blank (empty)?

Bernie

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
form text field wont change font size word 2007 dlb1228 Microsoft Word Help 9 February 16th 10 10:58 PM
Form Text Field Won't Change Font Size-Word 2007 DP Microsoft Word Help 3 March 3rd 09 01:06 AM
Form Field Font Color Change Jim Gaydusek Microsoft Word Help 1 December 8th 06 05:38 PM
FORM FIELD FONT CHANGE counselor/rusty Microsoft Word Help 2 April 9th 06 10:39 PM
how to change "default text" font in a form field Angela Microsoft Word Help 1 January 29th 05 05:03 AM


All times are GMT +1. The time now is 09:34 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"