
Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
Thanks Doug,
How would you append to the clipboard or string variable? What I am doing is
displaying text in a yes/no msg box. If a user clicks "yes", it will send the
text to the clipboard. I will have about 7 msgboxes pop us one after another.
Can I somehow append the text from every msgbox that is answered "yes" by the
user into one string variable that will then be sent to the clipboard?
Or is there an easier way of doing this through another control?
Thanks,
Peter
> See the article "Manipulating the clipboard using VBA" at:
>
[quoted text clipped - 17 lines]
> > Thanks,
> > Peter
Doug Robbins - Word MVP - 21 Nov 2005 21:51 GMT
I would suggest that you have the strings displayed in a listbox on a
userform and then build a string from the ones that are selected.
See the article "How to create a Userform" at:
http://word.mvps.org/FAQs/Userforms/CreateAUserForm.htm
and "How to find out which Items are selected in a Multi-Select ListBox" at:
http://www.word.mvps.org/FAQs/Userforms/GetMultiSelectValues.htm

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> Thanks Doug,
>
[quoted text clipped - 36 lines]
>> > Thanks,
>> > Peter