Morning,
I have a workbook which contains the following sheets.
Cycoms_Source
Cyc_Summary
Source contains a list of names in column A, there is no set number of names it can range from 1 to 000's. For each name in this list there is a worksheet with a corresponding name. All these worksheets are identical. It's just the data that is different.
The data on these named worksheets is contained in row 8 through 22, columns A - H. Not all rows will have data, some worksheets may have 1 or 2 rows of data others may have 10 rows.
I would like a macro that copies the relevant data contained on these worksheets and pastes it to the Cyc_Summary sheet. It would somehow have to know which worksheets to take information from, based on the Source list then workout which rows contain data from each worksheet before adding it to the summary sheet.
I don't have any idea where to start on this one.
Thanks
Bookmarks