O
OrthoPod
I have several thousand documents from which I want to remove the
identifying names in the text. For each document, I can easily
identify the relevant name programatically (it always occurs in the
same place in the document), but subsequent occurances are randomly
placed.
I have tried to do this by making the initial name occurance a
bookmark, and then enter that in the Find & Replace dialogue, but I
can't seem to find a way to get the F&R to read the field-name (in
{}'s ) as a variable rather than a literal string.
Since I am new to writing VBA, I am probably missing something
painfully obvious. Any help/advice anyone can give me would be much
appreciated.
Thanks,
JM
identifying names in the text. For each document, I can easily
identify the relevant name programatically (it always occurs in the
same place in the document), but subsequent occurances are randomly
placed.
I have tried to do this by making the initial name occurance a
bookmark, and then enter that in the Find & Replace dialogue, but I
can't seem to find a way to get the F&R to read the field-name (in
{}'s ) as a variable rather than a literal string.
Since I am new to writing VBA, I am probably missing something
painfully obvious. Any help/advice anyone can give me would be much
appreciated.
Thanks,
JM