Mega Code Archive

 
Categories / VisualBasic Script / Forms
 

Get selected from ListBox

Private Sub OKButton_Click()     ActiveCell = ListBox1.Value     Unload Me End Sub