Excel Vba Populating A Combobox On A Userform From A

[Solved] Excel Vba Populating A Combobox On A Userform From A | Vb - Code Explorer | yomemimo.com
Question : excel vba Populating a combobox on a userform from a range of cells

Answered by : daniel-ferry

Private Sub UserForm_Initialize() ComboBox1.List = [Sheet1!A1:A10].Value
End Sub

Source : https://stackoverflow.com/a/33321789/3566998 | Last Update : Wed, 01 Apr 20

Answers related to excel vba Populating a combobox on a userform from a range of cells

Code Explorer Popular Question For Vb