In VBA,
I know we can do things like:
Code:
Range("oTable[header1]').Select
to access a ListObject Header
But how about
Code:
[oTable].Select
''' anything like this???
[oTable["header1"]].Select ''' return error
Just wondering (not necessarily a matter at all) if there's a simpler way to access a range in a ListObject.