Used the fix previously cited to accomplish this task. However, only one
item from the list box (the item most recently dragged into listbox -
highlighted) is taken to word. How do I get all 7 items in listbox to go to
word field? Must the word field be a bklistbox or could it be a textbox.
Thanks
Tlar
G'day "Tlar" <Tlar@discussions.microsoft.com>,
Do not use a field, use a bookmark to indicate the place. Set a range
to that bookmark's range. Start inserting data, collapsing the insert
range to its end each time.
Steve Hudson - Word Heretic
steve from wordheretic.com (Email replies require payment)
Without prejudice
Tlar reckoned:
>Used the fix previously cited to accomplish this task. However, only one
>item from the list box (the item most recently dragged into listbox -
>highlighted) is taken to word. How do I get all 7 items in listbox to go to
>word field? Must the word field be a bklistbox or could it be a textbox.
>Thanks
>Tlar