I have four worksheets (see sample). The goal is to copy Col A from the first three worksheets to Col A of the fourth worksheet, sort the result and get rid of empty rows. Here is what I have done so far in the code below:
Delete old data from Col A of table on Worksheet 4
Copy Col A of Worksheet 1 to Col A of Worksheet 4
Copy Col A of Worksheet 2 to Col A of Worksheet 4
Copy Col A of Worksheet 3 to Col A of Worksheet 4
Sort Col A of Worksheet 4 to separate data from empty cells
My original idea was to copy the data into an array or variable, sort the data to exclude the empty cells and then paste the data into Worksheet 4 but I am sorely lacking in the proper skills.![]()
Please Login or Register to view this content.
Would you kindly look this over and suggest a better way?
Thanks!
Bookmarks