I'm working on a workbook that needs to make modifications on other workbooks, but I can't get the most rudimentary functions to work.
I think I might be defining my workbooks incorrectly.
As a start I have made:
Sub Work_tables()
Dim tbl_a As Workbook
Dim tbl_b As Workbook...