B
Boss
Hi,
Below code passes the row number and not the value seletced... help me solve
this... Thx!
For Each var4Item In me.list10.ItemsSelected
Msgbox(var4Item)
Next var4Item
End Sub
Thanks!
Boss
Below code passes the row number and not the value seletced... help me solve
this... Thx!
For Each var4Item In me.list10.ItemsSelected
Msgbox(var4Item)
Next var4Item
End Sub
Thanks!
Boss