Good Day all.
I am trying to use a macro to popup a message box with the name of the item selected in a listbox. I do not want to use VBA code
This is what I tried:
Can anyone assist
I am trying to use a macro to popup a message box with the name of the item selected in a listbox. I do not want to use VBA code
This is what I tried:
Code:
Temp = List2.ListIndex
MsgBox Me.List2.Column(1, Me.List2.ListIndex)
Can anyone assist