Hi there,
I have a userform used to input data. I contains textboxes and comboboxes
and a command button that is clicked on to record the data onto a worksheet.
What I am looking for is a combobox that is linked to a list of clients (column A of worksheet "Clients").
I would like the user to click on the combobox and select a client name. If the
client is new then I would like the user to be able to type in the new name and,
then have that name available in the "Clients" names that appear the next time
the user clients on the combobox.
I have it almost working, but not quite.
I have a defined name on the "Clients" worksheet as follows:
I have the same code as the RowSource for the combobox![]()
Please Login or Register to view this content.
What happens now is that the first time the combobox is selected, all the client names
appear in the combobox, but if a new name is added, the combobox doesn't grow in size.
Instead the last entry is removed.
The command button code is below.
![]()
Please Login or Register to view this content.
Bookmarks