K
KristyS
Hi!
I am trying to read items that were put into a list box (in Word)and
then take those items and put them into a table in Word at a bookmark.
This is what I have going on the user form:
TextBox
cmdButton
ListBox
The user free-types something into the text box, hits the command
button and the item is added to the list box (I have this working).
the table part, it is just that middle part of reading the items in the
list box I am having trouble with.
There can be an infinite number of entries in the list box, so do I
need an array of some sort?
If you can think of a better way of "grabbing" the free form info from
the user, let me know. Since there can be many different entries, I
thought this was best. (plus this allows the user to review their
entries and delete one if necessarry. I have another button that allows
them to delete an entry from the list.)
Thanks!
Kristy
I am trying to read items that were put into a list box (in Word)and
then take those items and put them into a table in Word at a bookmark.
This is what I have going on the user form:
TextBox
cmdButton
ListBox
The user free-types something into the text box, hits the command
button and the item is added to the list box (I have this working).
list box and send them over to the table I will have in word. I can doFrom here, I want to be able to read all the items they added to the
the table part, it is just that middle part of reading the items in the
list box I am having trouble with.
There can be an infinite number of entries in the list box, so do I
need an array of some sort?
If you can think of a better way of "grabbing" the free form info from
the user, let me know. Since there can be many different entries, I
thought this was best. (plus this allows the user to review their
entries and delete one if necessarry. I have another button that allows
them to delete an entry from the list.)
Thanks!
Kristy