(Msg. 1) Posted: Mon Aug 18, 2008 1:01 pm
Post subject: How can I change a name throughout a lengthy contract? Archived from groups: microsoft>public>word>docmanagement (more info?)
How can I change a name throughout a lengthy contract? Is there a way to
change a name throughout the whole document without doing each one separately?
(Msg. 2) Posted: Mon Aug 18, 2008 4:57 pm
Post subject: Re: How can I change a name throughout a lengthy contract? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Craftladyaz wrote:
> How can I change a name throughout a lengthy contract? Is there a
> way to change a name throughout the whole document without doing each
> one separately?
Edit > Replace. Enter the name to find, and the name to replace it with.
Click the Replace All button.
--
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.
(Msg. 3) Posted: Tue Aug 19, 2008 3:05 am
Post subject: Re: How can I change a name throughout a lengthy contract? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
While Jay has covered the immediate issue, if you are going to have to do
this regularly, insert a REF Field in the document eg {REF Name
\*Charformat}. Copy that field to the clipboard, then replace the name in
the document with the content of the clipboard i.e. ^c
Add an Ask field to the start of the document { ASK Name "Insert name" }
Add the following macro TO THE DOCUMENT
Sub AutoNew()
Dim oStory As Range
Dim oField As Field
For Each oStory In ActiveDocument.StoryRanges
For Each oField In oStory.Fields
oField.Update
Next oField
Next oStory
End Sub
Craftladyaz wrote:
> How can I change a name throughout a lengthy contract? Is there a
> way to change a name throughout the whole document without doing each
> one separately?
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum