Hi all,
So I am writing a code to select multiple columns. Here is what my code would look like:
Is there an easier way of selecting all of those with only one "Columns"? The ... is there just for the example.
Thanks in advance.
So I am writing a code to select multiple columns. Here is what my code would look like:
Code:
Columns("B:B")...
Columns ("E:E")...
Columns ("H:H")...
Is there an easier way of selecting all of those with only one "Columns"? The ... is there just for the example.
Thanks in advance.