J
Janie
I need the inverse of ItemsSelected ... that is, I need something that to
happen to the items NOT selected from the ListBox
Something like (yes, I know this doesn't work but go with the theory of it):
For Each varItm NOT In ctl.ItemsSelected
Debug.Print ctl.ItemData(varItm)
Next varItm
Suggestions on how to process what WASN'T selected as opposed to what was?
Thanks for any ideas.
happen to the items NOT selected from the ListBox
Something like (yes, I know this doesn't work but go with the theory of it):
For Each varItm NOT In ctl.ItemsSelected
Debug.Print ctl.ItemData(varItm)
Next varItm
Suggestions on how to process what WASN'T selected as opposed to what was?
Thanks for any ideas.