I have multiple sheets in a excel workbook, each sheet has a table. I want to select all sheets in an object so I can iterate through them by selecting tables in a set
object one by one.
How can I do this?
I have multiple sheets in a excel workbook, each sheet has a table. I want to select all sheets in an object so I can iterate through them by selecting tables in a set
object one by one.
How can I do this?
This should get you started:
I found this page and this one that cover the subject.
Edit: as you seem to have used
Tables
to speak about simpleRanges
, here is aRange
oriented alternative: