Below is the code to merge all wroksheets in a workbook. Code: If sh.Name <> DestSh.Name Then calls for all sheets except output sheet to be merged.
Please help to modify this code to merge sheet with names in "Summary" page "Column-A". Also each sheet should repeat entry as per qty in "Column-B" of Summary page.
Summary Page eg:
ColumnA ColumnB
Sheet1 2
Sheet2 1
Sheet3 5
in this case, Sheet1 sould copy itself 2 times, Sheet2 1 time & Sheet3 5 times in the output sheet.
this is a repost since my old query is unanswered. Should i tag my old post as "Solved"?
Bookmarks