Consulting

Results 1 to 2 of 2

Thread: Compare two workbooks and generate a report for the differences.

  1. #1

    Exclamation Compare two workbooks and generate a report for the differences.

    Hi All,

    I have two workbooks (example: ABC March14 Report and ABC April14 Report), which have indentical tabs names. I want to run a quick SnapShot one page report of the diffrences from March to April. Due to confidential issue, I can not post the sample reports. Can you please help with VBA codes to do somthing like the following:


    1- Import ABC March14 report (xls, xlsx, csv, xml, ...)
    2- Import ABC April14 report (xls, xlsx, csv, xml,...)
    3- Compare all worksheets between the two reports
    4- Creating a new workbook call as "Snapshot Report From..(partial of the file names)" (March14 to April14)
    5- Copy and paste all the rows and colums of differences (March14 vs. April14) to the Snapshot Report

    Greatly appreciate all your helps.

  2. #2

    Question Compare two workbooks (samples)


    I added sample and hopefully someone will help me out plase!

    Quote Originally Posted by tcambridge View Post
    Hi All,

    I have two workbooks (example: ABC March14 Report and ABC April14 Report), which have indentical tabs names. I want to run a quick SnapShot one page report of the diffrences from March to April. Due to confidential issue, I can not post the sample reports. Can you please help with VBA codes to do somthing like the following:


    1- Import ABC March14 report (xls, xlsx, csv, xml, ...)
    2- Import ABC April14 report (xls, xlsx, csv, xml,...)
    3- Compare all worksheets between the two reports
    4- Creating a new workbook call as "Snapshot Report From..(partial of the file names)" (March14 to April14)
    5- Copy and paste all the rows and colums of differences (March14 vs. April14) to the Snapshot Report

    Greatly appreciate all your helps.
    Attached Files Attached Files

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •