I have an Outlook98 application that uses a custom form based on a task item. I am adding a print function that takes the values from the open form and copies them into a word template to print.
However, one of the fields on the form is a multi-select listbox. There are about 20 items in the list with checkboxes against each. I need to represent these in my print somehow. What I thought would be the easiest way would be to create a delimited list of the selected items in the list.
How can I iterate through the list adding the text of the selected items to a string variable?
However, one of the fields on the form is a multi-select listbox. There are about 20 items in the list with checkboxes against each. I need to represent these in my print somehow. What I thought would be the easiest way would be to create a delimited list of the selected items in the list.
How can I iterate through the list adding the text of the selected items to a string variable?