I want to border the multiple tables in an excel file where each table has unique column names and count of the columns for each table will not be same.
I will get the datatables dynamically where number of rows of each table might differ.
First, I would write a VBA code to get top left cells for each table. Next I would again use VBA to get range of each table. Once, you got a range, you can easily make a borders.