I've not used a ListBox before and would like some help on how it works.
I already have the range (see below) to capture the list of Names on Sheets(1) that I would like to populate in the ListBox1.
Application.Goto Cells(Rows.Count, "A").End(xlUp)
Range(Selection, Range("A10")).Select
What I need now is help with a code to populate the ListBox and also if possible, a code that when the user selects a Name, deletes the corresponding row from the worksheet.
Any help appreciated
I already have the range (see below) to capture the list of Names on Sheets(1) that I would like to populate in the ListBox1.
Application.Goto Cells(Rows.Count, "A").End(xlUp)
Range(Selection, Range("A10")).Select
What I need now is help with a code to populate the ListBox and also if possible, a code that when the user selects a Name, deletes the corresponding row from the worksheet.
Any help appreciated