Hello,
I have scoured the internet for a solution to my problem but can’t seem to find a post that completely addresses my issue.
I have a multi-select listbox which contains five items.
• If Item 1 is selected, I’d like to call ‘Sub A()’.
• If Items 2 and/or 3 and/or 4 are selected, I’d like to call ‘Sub B()’.
• If Item 1 and either of items 2, 3, and/or 4 are selected, I’d like to call ‘Sub C()’.
• If Item 5 is selected, I’d like to call ‘Sub D().’
Many thanks in advance for your time, expertise and willingness to help a stranger.
Bookmarks