Excel VBA UserForm Listbox Populate from an Array

preview_player
Показать описание
Excel VBA UserForm Learn how to populate ListBox from an Array

The source code used in this video:

Private Sub UserForm_Initialize()
lbDays.List = Array("Monday", "Tuesday", "Wednesday")
End Sub
Рекомендации по теме
Комментарии
Автор

Sweet Voice :)) by the Way, can You create a tutorial how to put automatic filter in userform? I Must create a some kind of list where Will be possibility to point (the best Will be by checkbox...) which values from automatic filter Will be applied in worksheet.

DaBuzz
visit shbcf.ru