In Excel, using VBA I created a userform that presents a dynamic listbox. This listbox is build with information included in a specific worksheet. This information is not predefined, it is given by the user varying naming and number of items defined.
By selecting one ore more items from listbox you are able to add specific row in the designed items group. This works fine but using listbox and multiselect. Now I would like to preceed the items in the listbox with a checbox. Rather then selecting items, user may select the assigned checkbox instead.
Thank you for your assistance.
By selecting one ore more items from listbox you are able to add specific row in the designed items group. This works fine but using listbox and multiselect. Now I would like to preceed the items in the listbox with a checbox. Rather then selecting items, user may select the assigned checkbox instead.
Thank you for your assistance.
Comment