Hi There,
what does this below code returns, if i write this on a multiple column list box, where as Index is 3. I request you to explain me why it returns that value.
Select Case Me.my_list_box.Column(0, temp)
Thanks
Hi There,
what does this below code returns, if i write this on a multiple column list box, where as Index is 3. I request you to explain me why it returns that value.
Select Case Me.my_list_box.Column(0, temp)
Thanks
Got it.
Thank you.