Hello,
Please can you tell me how to find if an item within my For Each loop below is selected? I'm aware of the UserForm1.ListBox1.Selected function but am not sure how to apply it to the responsibility_area variable.
Thanks,
Poiu
Please can you tell me how to find if an item within my For Each loop below is selected? I'm aware of the UserForm1.ListBox1.Selected function but am not sure how to apply it to the responsibility_area variable.
Code:
For Each responsibility_area In UserForm1.ListBox1.List
[B]' code to check if list item is selected[/B]
Next responsibility_area
Thanks,
Poiu