Hi guys,
I have two workbooks
1- FromCopy
2-ToCopy
They both have over 600 worksheets and both are identical in both books. I am tryin to run a macro which should copy a range (A2:A9) from each sheet of FromCopy and paste it in sheet with the similar name into ToCopy
Also, I want to run this macro on all the sheets except two (Intro and Lukups)
example
Select workbook FromCopy Select Sheet Called A Copy range A2:A9
Select workbook ToCopy Select Sheet called with same name i.e. A and paste the range into A2:A9
and repeat this procedure to all the sheets except two sheets (Intro and Lukups)
I hope it makes sense?
I have two workbooks
1- FromCopy
2-ToCopy
They both have over 600 worksheets and both are identical in both books. I am tryin to run a macro which should copy a range (A2:A9) from each sheet of FromCopy and paste it in sheet with the similar name into ToCopy
Also, I want to run this macro on all the sheets except two (Intro and Lukups)
example
Select workbook FromCopy Select Sheet Called A Copy range A2:A9
Select workbook ToCopy Select Sheet called with same name i.e. A and paste the range into A2:A9
and repeat this procedure to all the sheets except two sheets (Intro and Lukups)
I hope it makes sense?