Userform, repeating bookmark possible?

J

Jones

I'm not sure how it would be done, but in WP, it was simply a case of
duplicating the code however many times and wherever we need it to
appear. Often the text attributes change, so it was a really neat
thing to be able to do.

Re Word, I'm on this website for creating userforms but don't see
anything on how to do what I need:
http://www.fontstuff.com/vba/vbatut09a.htm.

I usu. need to type the info _once_ and for the template to put that
info into at least 2 spots, though every once in a while more than
that (i.e., 2 labels for back and front of index separator tabs; 2
labels for a folder, front and tab; letter and envelope, etc., etc.).

How can we do this in Word, pls?

Thanks.
 
G

Graham Mayor

Any bookmarked text can be repeated with a REF field. Form fields are
assigned to bookmarks - by default Text1, Text2 etc. Check the calculate on
exit field if using this type of form field.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
S

StargateFan

Any bookmarked text can be repeated with a REF field. Form fields are
assigned to bookmarks - by default Text1, Text2 etc. Check the calculate on
exit field if using this type of form field.

Thank you for narrowing it down. I'll give this a try at work.

Thanks!
 
Top