Excel VBA UserForm ListBox Learn how to create new row with AddItem and specify its row number.
The source code used in this video:
Private Sub UserForm_Initialize()
With lbDays
.AddItem "Monday"
.AddItem "Tuesday"
.AddItem "Wednesday", 0
End With
End Sub
Watch video Excel VBA UserForm ListBox Create New Row with AddItem and Specify its Row Number online without registration, duration 55 second in high hd quality. This video was added by user InAnOffice 03 February 2015, don't forget to share it with your friends and acquaintances, it has been viewed on our site 3 thousand once and liked it 8 people.