VBA - retrieve data on last create named range from previous inserted named range

Joined
Sep 24, 2022
Messages
2
Reaction score
0
Hello Everyone,

I need a big help from you..

I have 3 named table : Table11, Table34, Table41.

The idea is that, any time i am inserting/adding a new table(lets say Table56), in the new table i need to add the data from previous inserted added table data: the values from columns Tax1, Tax2, Fees.

Sometimes the table might have additional columns and rows, which it shouldn't affect retrieving data from previous table into new table. Also, it might happen that the name of tables to be different, because the file is accessed by different users

The name of table is added as list in another worksheet when the table is created, for this i was able to create a small code using a template table (copy paste).



So, is it possible to retrieve data in last named table from previous inserted named table?



Anyone can give me an helpful hand?
 

Attachments

  • 1.JPG
    1.JPG
    107.1 KB · Views: 8
  • 2.JPG
    2.JPG
    40.8 KB · Views: 7

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top