I have a question about a combobox I use.
It's a personel list and contains multiple field from a worksheet.
It shows Personelnr, Surname, Firstname, Date of birth etc. It also contains the field "Start date" and "End date" This last one is empty when a person is still in service.
I want my combobox to show only the persons that are still in service. I can hide those persons in the sheet, but the Combobox will still show them. How can I fix this?
The rows I used are:
cbxPersoon.RowSource = "Personeel!A5:F500"
The End date is in Column "O"
It's a personel list and contains multiple field from a worksheet.
It shows Personelnr, Surname, Firstname, Date of birth etc. It also contains the field "Start date" and "End date" This last one is empty when a person is still in service.
I want my combobox to show only the persons that are still in service. I can hide those persons in the sheet, but the Combobox will still show them. How can I fix this?
The rows I used are:
cbxPersoon.RowSource = "Personeel!A5:F500"
The End date is in Column "O"