Hi guys,
I want to select more than one named column in a table.
When I select 1 column I can do it like this:
Range("Table1[[Col1]]").Select
But I want to select more than 1 column at a time.
I tried
Range("Table1[[Col1]],Table1[[Col3]]").Select
but it errored.
Any solutions?
I want to select more than one named column in a table.
When I select 1 column I can do it like this:
Range("Table1[[Col1]]").Select
But I want to select more than 1 column at a time.
I tried
Range("Table1[[Col1]],Table1[[Col3]]").Select
but it errored.
Any solutions?