Reputation: 3041
I am trying to delete the ListBox using VBA. But, I am not able to get it deleted. This is my Code,
Sub Del_FListBox()
Dim FListBox As ListBox
ThisWorkbook.Sheets("Home").FListBox.Delete
End Sub
Kindly share your thoughts.
Upvotes: 1
Views: 74