Please see screenshots below. I received similar file every month with many tabs. In each tab, there are 2 tables (Table 1 and 2). I concatenate the ID (Column A) and Team Number (Column B) and use this concatenated identifier to merge the 2 tables. There are many columns in Table 1. In the screenshot, only a few columns are displayed.
Can you advise what is the VBA Code to merge these 2 tables into 1 table and output the data into a consolidated worksheet within the same file (see Table 3). I need to create a new column in column A and drop the tab name in, which is the name of the Salesperson. Preferably to sort the merged table by ID and Date. Repeat for the rest of the tabs.
Can you advise what is the VBA Code to merge these 2 tables into 1 table and output the data into a consolidated worksheet within the same file (see Table 3). I need to create a new column in column A and drop the tab name in, which is the name of the Salesperson. Preferably to sort the merged table by ID and Date. Repeat for the rest of the tabs.