Hi,
Assuming I have an open-ended no, of names sorted into groups in Column A (starting A1)
What would be the VBA to:
Search and cut all names after group 1 (say, A1:A30),
Paste this new list - group 2 (say A31:500) into Column B (start B1)
Search and cut all names after Group 2 (say B50:B500)
Paste this new list into Column C (start C1) etc etc.
Repeat process into and paste to Cols D, E, F etc etc
Finally search the first blank cell in Cols A: etc
Provide a count of the number of items in each column
Thanks for your help.
Assuming I have an open-ended no, of names sorted into groups in Column A (starting A1)
What would be the VBA to:
Search and cut all names after group 1 (say, A1:A30),
Paste this new list - group 2 (say A31:500) into Column B (start B1)
Search and cut all names after Group 2 (say B50:B500)
Paste this new list into Column C (start C1) etc etc.
Repeat process into and paste to Cols D, E, F etc etc
Finally search the first blank cell in Cols A: etc
Provide a count of the number of items in each column
Thanks for your help.