Hello all
I have this code which is intended to perform a required task: build a single, 2-column list from the filtered results of one (or several worksheets) from another workbook.
The macro that I have built performs the task as required, but my code makes specific reference to the 1st column of data within the source sheet, so the macro only performs the task for the 1st column.
How can I change the code so that it repeats the process for each subsequent column across the worksheet until it reaches the end (either a blank cell in row 1 OR the end of the sheet)? I have marked the 2 sections of the code that reference a specific column using comments containing ********** and ++++++++++ respectively.
The 2nd item on my wish-list (although I will be more than happy if I can only have the above) is to then repeat the process through a further 9 specified worksheets within the same workbook as each sheet is completed (I have marked this part of the code with //////////).
I have spent a whole lot of time investigating this and experimenting and I have previous posts which were unsuccessful. I am desperately hoping that there is someone out there who can come to my rescue as my next approach is going to have to be extremely manual.
Any thoughts???![]()
Please Login or Register to view this content.
Bookmarks