K
Kiloran
I can select Column A with either Columns("A").Select or Columns(1).Select
I can select Columns A-C with Columns("A:C").Select. However,
Columns(1:3).Select does not work.
How can I select a range of columns using a numeric reference?
--Alan
I can select Columns A-C with Columns("A:C").Select. However,
Columns(1:3).Select does not work.
How can I select a range of columns using a numeric reference?
--Alan