I\'m looking for an alternative to this code, but using numbers. I want to select 5 columns, the start column is a variable, and then it selects 5 columns from this
code
In the example code below I use variables just to show how the command could be used for other situations.
FirstCol = 1 LastCol = FirstCol + 5 Range(Columns(FirstCol), Columns(LastCol)).Select