How to automatically copy text entered in a field elsewhere

D

Dr. D

I want to automatically copy text that I have typed into a field elsewhere in
the document. The field is a "MACROBUTTON DoFieldClick" wherein the specific
info is a "Name" that I've entered. How do I automatically repeat that
"Name" elsewhere in the document without having to retype it after entering
it in the first field? Thanks!
 
A

Amish

You could use a StyleRef to get that info to various other places in
the document. You would have to do a refresh to update those
StyleRefs.
 
P

Pesach Shelnitz

Hi,

Alternatively, if the macro launched by MACROBUTTON field would insert the
"Name" into a bookmark, you could insert a REF field with the bookmark name
or multiple REF fields with the bookmark name wherever you want in the
document, and the "Name" would appear in each of the REF fields when they are
updated.
 
Top