B
BRC
I am trying to develop a routine that will present user with a list of
items which the user can select (1 or more up to about 20). Once the
user makes their selection the items will be insert as bullet-ed items
into the document. At this stage my most promising idea is to put the
items on a userform in textboxes with a check box beside each textbox.
if the user checks the checkbox that item will be added to an array.
When the user clicks a command button the contents of the array could
be inserted into the document. I am wondering if there might be a
better (simpler) way to accomplish this. Perhaps grabbing the items
from excel table or a access table?
any thoughts or suggestions would be appreciated. Thank you in advance
BRC
items which the user can select (1 or more up to about 20). Once the
user makes their selection the items will be insert as bullet-ed items
into the document. At this stage my most promising idea is to put the
items on a userform in textboxes with a check box beside each textbox.
if the user checks the checkbox that item will be added to an array.
When the user clicks a command button the contents of the array could
be inserted into the document. I am wondering if there might be a
better (simpler) way to accomplish this. Perhaps grabbing the items
from excel table or a access table?
any thoughts or suggestions would be appreciated. Thank you in advance
BRC