How can I rewrite this using an Array?
Thanks Tom, much cleaner...
But what if I did not want to specify my ending column. In this case I
needed 56 columns so I counted over manually to find the 56th column.
But what if I wanted the 213th column.
I was thinking an Array for this: Range("A1:BD1").
|