Hello,
I have a work sheet that I am trying to stack some items that is spread accross several columns into Column A but I am having a little issue putting the loop and range issue together. So I am look for some advise.
I am very week on Loops I am finding out.
What I simply need is this. How do you set a loop that will store a variable which is the row number. For instance in the first loop it will copy the content and paste to cell A1 then in the next loop it will then recognize that the next items need to be pasted in cell A100 then next to A200 and so on. I am having issues will making this variable when I know the column number but the row is the only part that needs to change as it works through.
I research and I know I need a For...Next Loop but I just cannot figure out the syntax for only moving the row down and not changing the column.
I am sure this is pretty elementary but if I could get a nudge in the right direction I would greatly appreciate it.
Thanks
I have a work sheet that I am trying to stack some items that is spread accross several columns into Column A but I am having a little issue putting the loop and range issue together. So I am look for some advise.
I am very week on Loops I am finding out.
What I simply need is this. How do you set a loop that will store a variable which is the row number. For instance in the first loop it will copy the content and paste to cell A1 then in the next loop it will then recognize that the next items need to be pasted in cell A100 then next to A200 and so on. I am having issues will making this variable when I know the column number but the row is the only part that needs to change as it works through.
I research and I know I need a For...Next Loop but I just cannot figure out the syntax for only moving the row down and not changing the column.
I am sure this is pretty elementary but if I could get a nudge in the right direction I would greatly appreciate it.
Thanks