aleksandra123
New Member
Hi All
Curretly I am creating user form in VBA and have a problem with one thing. I need to create combobox but with dinamic list. I mean to the list I will be add new Line. Please help
I have code
Private Sub ComboBox4_Change()
cbDays.RowSource = "Sheet1!I7:I" & Range("I" & Rows.Count).End(xlUp).Row
End Sub
However it does not work.
Curretly I am creating user form in VBA and have a problem with one thing. I need to create combobox but with dinamic list. I mean to the list I will be add new Line. Please help
I have code
Private Sub ComboBox4_Change()
cbDays.RowSource = "Sheet1!I7:I" & Range("I" & Rows.Count).End(xlUp).Row
End Sub
However it does not work.