Hi Following some very useful help yesterday I was able to plough on with my project.
I am now on my final UserForm and have a combobox2 which is coded:
Private Sub ComboBox2_DropButt*******()
With ComboBox2
ComboBox2.List = Worksheets("BankRec").Range("A1:A175").Value
End With
End Sub
This works great however There are blank cells at the beginning of the list that will always be in the column dropdown list and I would like the blank cells to be ignored so that the dropdown list starts with the first populated cell. I have tried various methods found on the web and tried a few of my own but I got compile errors or range errors.
Could anyone suggest a way to get the drop box to go to the first filled cell and ignore blank?
As always grateful for any help.
Subbie
I am now on my final UserForm and have a combobox2 which is coded:
Private Sub ComboBox2_DropButt*******()
With ComboBox2
ComboBox2.List = Worksheets("BankRec").Range("A1:A175").Value
End With
End Sub
This works great however There are blank cells at the beginning of the list that will always be in the column dropdown list and I would like the blank cells to be ignored so that the dropdown list starts with the first populated cell. I have tried various methods found on the web and tried a few of my own but I got compile errors or range errors.
Could anyone suggest a way to get the drop box to go to the first filled cell and ignore blank?
As always grateful for any help.
Subbie