Posts Tagged ‘Excel Code’
What is the code line to move from one column to the next column in Excel using code?
I need to write two loops in Excel,
1)to go down the rows [This I can do because the rows are numbered]
2)to go across the columns [This I don’t know how to do because column are in Alphabetics]
The code should go down a set of continuous rows in a column, then move over to the next column and move down the rows again. I have many columns.