K
KenWilson1000
Hi. I wonder if the following is possible in Word, using VBA.
I have approx. 20 different paragraphs of text on the same Word doc
entitled Core.doc. Can I identify each of these paragraphs with a
distinct name, such as Paragraph1, Paragraph3, etc. and then compose
a type of listbox from which to select several of these paragraphs, and
have my "combination" of chosen paragraphs then copied into a second,
open Word doc?
Example one: if I selected Paragraphs 9, 3, 20, 1, from the listbox,
and then pressed a button, these 4 paragraphs would be copied into the
other open Word doc, in that order.
If this is possible, could you please share with me the proper VBA code
to accomplish this. Thank you very, very much for your help.
Ken
I have approx. 20 different paragraphs of text on the same Word doc
entitled Core.doc. Can I identify each of these paragraphs with a
distinct name, such as Paragraph1, Paragraph3, etc. and then compose
a type of listbox from which to select several of these paragraphs, and
have my "combination" of chosen paragraphs then copied into a second,
open Word doc?
Example one: if I selected Paragraphs 9, 3, 20, 1, from the listbox,
and then pressed a button, these 4 paragraphs would be copied into the
other open Word doc, in that order.
If this is possible, could you please share with me the proper VBA code
to accomplish this. Thank you very, very much for your help.
Ken