kathleen0927
New Member
- Joined
- Feb 7, 2018
- Messages
- 32
Hello.
I am looking for VBA code to copy data from a column in Excel to another column (to the right) on the same worksheet. Trick is if the destination column has data in it, I need to go to the next column to the right that does NOT have data.
In my example, I have data in range C4:C25. I want to copy that to range M4:M25. Next time I use the command button/code, I want to copy C4:C25 to N4:N25, and so on.
Any advice?
Thank you!
I am looking for VBA code to copy data from a column in Excel to another column (to the right) on the same worksheet. Trick is if the destination column has data in it, I need to go to the next column to the right that does NOT have data.
In my example, I have data in range C4:C25. I want to copy that to range M4:M25. Next time I use the command button/code, I want to copy C4:C25 to N4:N25, and so on.
Any advice?
Thank you!