I have 2 dependent comboboxes on userform1.
Ex: If I select Name form combobox1, and Smith from combobox2 and click on "Search" button the row matching to that name should get displayed on a seperate userform say userform2 . The sheet iam pulling the data from is "Actualsdata".
How to pouplate the data on to a userform based on the selection made from combobox which are on another userform?
Also is there a way to display a message when there is no data found?
thanks in advance.
Ex: If I select Name form combobox1, and Smith from combobox2 and click on "Search" button the row matching to that name should get displayed on a seperate userform say userform2 . The sheet iam pulling the data from is "Actualsdata".
How to pouplate the data on to a userform based on the selection made from combobox which are on another userform?
Also is there a way to display a message when there is no data found?
thanks in advance.