View Single Post
 
Old 06-05-2012, 10:00 AM
tinfanide tinfanide is offline Windows 7 64bit Office 2010 32bit
Expert
 
Join Date: Aug 2011
Posts: 312
tinfanide is on a distinguished road
Default Different ways to access ListObject Headers???

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.
Reply With Quote