I am trying to:
(1) loop through all the worksheets in the source workbook
(2) copy the visible ones
(3) paste to open workbook as formats and values
Specifications:
(1) I have several files with 60+ worksheets
(2) I need one loop to produce an "East" file and another for "West", etc.
(3) it needs to be saved in .xls and .xlsx formats (Source is in .xlsb to save space)
Problem:
I do not understand how to copy/paste with the
With Sourcewb.sheets.UsedRange.copy statement
(1) loop through all the worksheets in the source workbook
(2) copy the visible ones
(3) paste to open workbook as formats and values
Specifications:
(1) I have several files with 60+ worksheets
(2) I need one loop to produce an "East" file and another for "West", etc.
(3) it needs to be saved in .xls and .xlsx formats (Source is in .xlsb to save space)
Problem:
I do not understand how to copy/paste with the
With Sourcewb.sheets.UsedRange.copy statement