Excel VBA UserForm Learn how to populate Combobox with a dynamic list of data
The source code used in this video:
Private Sub UserForm_Initialize()
cbDays.RowSource = "Sheet1!A2:B" & Range("B" & Rows.Count).End(xlUp).Row
End Sub
Watch video Excel VBA UserForm Combobox Populate with a Dynamic List of Data online without registration, duration hours minute second in high quality. This video was added by user InAnOffice 16 February 2015, don't forget to share it with your friends and acquaintances, it has been viewed on our site 26,307 once and liked it 95 people.