[Solved] Copying and Pasting between Workbooks VBA

As you have supplied no code, this should be sufficient enough to get you started. You’ll need to edit this and fix this to suite your needs. Sub test() Dim Wb1 As Workbook, Wb2 As WorkBook, Wb3 As Workbook Dim MainBook As Workbook ‘Open All workbooks first: Set Wb1 = Workbooks.Open(” path to copying book … Read more