Results 1 to 10 of 60

Thread: Vba button Comparison data between two file or two tabs

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Fuhrer, Vierte Reich DocAElstein's Avatar
    Join Date
    Aug 2014
    Posts
    10,457
    Rep Power
    10
    Hi Thai,
    The purpose of this post is mainly to summarise for my and others benefit the current stand of things..


    I am responding here to the info I have from you on the from approx 20 – 24th July. I do note that I now have also a more recent layout from you for the result tab, but I only have a small image of that, so let me take this one step at a time, and respond to the request from up until 24th July.
    Then we can take this further later.


    Let me summarise for the benefit of anyone else following this Thread what I we are currently doing:
    Summary of current stand , ( as I see it ).

    The previous data Sheet1 and (new) data Sheet2 are now to look like this sort of format:

    Previous Sheet1, now tab name is Original
    Using Excel 2007 32 bit
    Row\Col
    A
    B
    C
    D
    E
    F
    G
    1
    Customer: Assembly #: Assembly Name:
    2
    # Qty Per Ref/Designator Description Customer PN Internal PN Manufacture PN
    3
    1
    1
    Nu Torque
    13456
    456
    456
    4
    2
    1
    Blu Origin
    Spaceship
    457
    457
    5
    3
    2
    Jet Blue21
    ABC
    458
    458
    6
    4
    3
    EXCELL123
    123
    ABC
    ABC
    7
    5
    3
    Toyota
    Supra
    460
    460
    8
    6
    2
    Emirate
    ABC12345
    461
    461
    9
    7
    1
    Angel
    ABC12346
    462
    462
    Worksheet: Original

    Previous Sheet2, now tab name NEW
    Using Excel 2007 32 bit
    Row\Col
    A
    B
    C
    D
    E
    F
    G
    1
    Customer: Assembly #: Assembly Name:
    2
    # Qty Per Ref/Designator Description Customer PN Internal PN Manufacture PN
    3
    1
    1
    Nu Torque
    13456
    456
    456
    4
    2
    1
    Blu Origin
    Spaceship
    457
    457
    5
    3
    2
    Jet Blue21
    ABC
    458
    458
    6
    4
    3
    Alaska
    789
    459
    459
    7
    5
    3
    Toyota
    Supra
    460
    460
    8
    6
    2
    Emirate
    ABC12345
    461
    461
    9
    7
    1
    Angle
    ABC12346
    462
    462
    Worksheet: NEW


    Correspondingly you (Thai) have adjusted the testy Calling code to this sort of form:
    Code:
    Sub TestyCalls() 
     Call Testy(Worksheets("Original"), Worksheets("NEW"))
    End Sub
    The columns to check have changed to ……..
    Quote Originally Posted by Thainguyen View Post
    ... display the different between the tabs "Original & NEW" from column highlighted in yellow (B, C, E, F and G)..
    In other words , in the form of my previous technique in the code, it appears to me that the “unique” data entry to compare is now comprised of
    B & C _ & E & F & G
    (Previously this was A & B see for example test results here: http://www.excelfox.com/forum/showth...tabs#post10737

    _.____________-

    So this post was by way of a summary of the stand.
    In the next post soon I will walk through the modifications needed to use columns B & C & E & F & G instead of columns A & B in the comparison
    Last edited by DocAElstein; 07-27-2018 at 01:43 PM.
    ….If you are my competitor, I will try all I can to beat you. But if I do, I will not belittle you. I will Salute you, because without you, I am nothing.
    If you are my enemy, we will try to kick the fucking shit out of you…..
    Winston Churchill, 1939
    Save your Forum..._
    KILL A MODERATOR!!

Similar Threads

  1. Link spin button or scroll button to chart.
    By Thainguyen in forum Excel Help
    Replies: 1
    Last Post: 06-08-2018, 04:19 AM
  2. VBA Macro to open a file and extract data
    By jeremiah_j2k in forum Excel Help
    Replies: 0
    Last Post: 05-22-2017, 03:17 PM
  3. Button to export data to a master file
    By aryanaveen in forum Excel Help
    Replies: 0
    Last Post: 01-17-2015, 02:35 AM
  4. Replies: 7
    Last Post: 05-20-2014, 02:10 AM
  5. Replies: 3
    Last Post: 08-28-2013, 02:02 PM

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
  •