squidmark
Board Regular
- Joined
- Aug 1, 2007
- Messages
- 105
1. Find the 3rd to last column with data in it, and select the cells in that column from row 3 to row 200
2. Copy those cells (some date, some formulas) over to the next column on the right.
So. . . if the last column with data in it was column J, then have the macro select cells H2:H200 and copy to I2:I200.
but the next time the macro is run, the last column with data may be column R, and I'd need to copy P2:P200 to Q2:Q200.
Thanks in advance for your help, if this is even possible.
2. Copy those cells (some date, some formulas) over to the next column on the right.
So. . . if the last column with data in it was column J, then have the macro select cells H2:H200 and copy to I2:I200.
but the next time the macro is run, the last column with data may be column R, and I'd need to copy P2:P200 to Q2:Q200.
Thanks in advance for your help, if this is even possible.