For our business we have an excel sheet we track income on.
Each month has its own sheet then i have a client sheet where i want to make a list of all clients in each month ignoring the duplicates and also trailing spaces and capitalization.
SO basically i need to use VBA to pull First Name (C3:C200) and Last Name (D:3:D200) from all 12 Monthly sheets and put them in the "Client List" sheet in column B3:B1000 (First Name) and C3:C1000 (Last Name) then filter out all duplicates and erase any trailing spaces from names.
Can someone please help me with this project i have been stuck for awhile now.
Thanks!
Each month has its own sheet then i have a client sheet where i want to make a list of all clients in each month ignoring the duplicates and also trailing spaces and capitalization.
SO basically i need to use VBA to pull First Name (C3:C200) and Last Name (D:3:D200) from all 12 Monthly sheets and put them in the "Client List" sheet in column B3:B1000 (First Name) and C3:C1000 (Last Name) then filter out all duplicates and erase any trailing spaces from names.
Can someone please help me with this project i have been stuck for awhile now.
Thanks!