AlphaFrog,
Had a quick follow-up question. (BTW, thanks for letting me know about the notifications...mine needed to be switched on).
In our code of pre-loading the already selected items on a UserForm ListBox, would it be possible to have the main list of items ("TheList") on a separate sheet than the selected items list ("TheListSelected")?
Specifically, this line of code in the Userform_Initialize: If ListItem.Offset(, 2).Value = ListItem.Value Then.
The reason I ask is because "TheList" is actually from a Pivot Table on another sheet than the sheet containing the selected items. So, I've been trying to figure out a way to say something like:
Range("TheListSelected").Row(ListItem).Value = ListItem.Value Then
But as you can see, that no worky.
Thanks,
Lawrence
Bookmarks