L
lehainam
Dear all,
I have created a listbox in Excel but I don't know how to make it
invisible when user presses Esc key as belows:
Private Sub Lst1_KeyPress(ByVal KeyAscii As MSForms.ReturnInteger)
End Sub
Could any one help me to create VBA code that when user presses Esc key
this listbox become invisible.
Thanks a lot!
Nam
I have created a listbox in Excel but I don't know how to make it
invisible when user presses Esc key as belows:
Private Sub Lst1_KeyPress(ByVal KeyAscii As MSForms.ReturnInteger)
End Sub
Could any one help me to create VBA code that when user presses Esc key
this listbox become invisible.
Thanks a lot!
Nam