Excel VBA UserForm Listbox Remove Item

Published: 04 February 2015
on channel: InAnOffice
17k
50

Excel VBA UserForm Listbox Learn how to remove item

The source code used in this video:

Private Sub cbRemove_Click()

lbDays.RemoveItem lbDays.ListIndex

End Sub

Private Sub UserForm_Initialize()

With lbDays
.AddItem "Monday"
.AddItem "Tuesday"
.AddItem "Wednesday"
End With

End Sub


Watch video Excel VBA UserForm Listbox Remove Item online without registration, duration 01 minute 43 second in high hd quality. This video was added by user InAnOffice 04 February 2015, don't forget to share it with your friends and acquaintances, it has been viewed on our site 17 thousand once and liked it 50 people.