copy/paste out of forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi:
I have been trying to create a form where when the user selects a phrase
that phrase is automatically copied to another section of the document. I
have tried to create a macro for this however have been unsuccessful. I use
word 2002.

Also, I want the user to be able to choose multiple phrases from a dropdown,
not just one.
Any help would be appreciated
thanx
 
When you insert a dropdown list form field, you can add as many entries as
you like (well, up to 25) using the Form Field Options dialog. You can then
use a REF field to pick up the contents of that form field and insert them
elsewhere, using the field's built-in bookmark. For instructions, see the
relevant portion of http://gregmaxey.mvps.org/Repeating_Data.htm.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 
Thanks, for the reply.

If I may ask another question related to this. My document will have
severeal drop downs. The user should be able to choose if he/she wants the
phrase/result to be copied (maybe by selecting a checkbox) if the box is
checked the phrase will be copied if not the phrase will only be in the
dropdown.
Thank you very much
 
For that you're going to need some VBA, so you'll need to post in the
microsoft.public.word.vba.general (Programming) newsgroup.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 
Answered in your later thread posted in this forum - it helps if you keep to
the same thread!

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

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top