Hi,
I have had help in earlier threads but kind of caused confusion with what I was asking so I started a new thread to properly ask for assistance.
I have created this macro below which has accomplished my desired task of copying data from one workbook into another, however, I need to figure out if there is a way to adjust for the number of rows whether there is less or more.
Workbooks("before_n_after_remap_audit_umroi.txt").Worksheets("before_n_after_remap_audit_umro").Range("A1:E6651").Copy
Workbooks("UMROI_Standard Cost Audit Reports.xlsm").Worksheets("Before n After Remap Review").Range("A7:E6657").PasteSpecial
Application.CutCopyMode = False
Workbooks("before_n_after_remap_audit_umroi.txt").Worksheets("before_n_after_remap_audit_umro").Range("F1:G6651").Copy
Workbooks("UMROI_Standard Cost Audit Reports.xlsm").Worksheets("Before n After Remap Review").Range("I7:J6657").PasteSpecial
Application.CutCopyMode = False
any assistance would be appreciated.
I have had help in earlier threads but kind of caused confusion with what I was asking so I started a new thread to properly ask for assistance.
I have created this macro below which has accomplished my desired task of copying data from one workbook into another, however, I need to figure out if there is a way to adjust for the number of rows whether there is less or more.
Workbooks("before_n_after_remap_audit_umroi.txt").Worksheets("before_n_after_remap_audit_umro").Range("A1:E6651").Copy
Workbooks("UMROI_Standard Cost Audit Reports.xlsm").Worksheets("Before n After Remap Review").Range("A7:E6657").PasteSpecial
Application.CutCopyMode = False
Workbooks("before_n_after_remap_audit_umroi.txt").Worksheets("before_n_after_remap_audit_umro").Range("F1:G6651").Copy
Workbooks("UMROI_Standard Cost Audit Reports.xlsm").Worksheets("Before n After Remap Review").Range("I7:J6657").PasteSpecial
Application.CutCopyMode = False
any assistance would be appreciated.