Hi,
A1 has a list of client names with debts; B1 has a list of all clients in our business. Names are separated by commas.
I have a userform with 2 listboxes. Listbox1 should show the list of clients with debts;
Listbox2 should lists the clients without debts.
Here’s an example:
A1: Client1, Client 3, Client 5,
B1: Client 1, Client 2, Client 3, Client 4, Client 5
Therefore, Listbox1 should list everything in A1, Listbox2 should only list Client 2 and Client 4.
Would really appreciate support, thank you.
A1 has a list of client names with debts; B1 has a list of all clients in our business. Names are separated by commas.
I have a userform with 2 listboxes. Listbox1 should show the list of clients with debts;
Listbox2 should lists the clients without debts.
Here’s an example:
A1: Client1, Client 3, Client 5,
B1: Client 1, Client 2, Client 3, Client 4, Client 5
Therefore, Listbox1 should list everything in A1, Listbox2 should only list Client 2 and Client 4.
Would really appreciate support, thank you.