Hey.
I've come across the common problem that is 'I know what I want to do but I don't know the proper term for searching'.
For this problem I have two sheets ("Source" and "Destination"), and a Command button to copy and paste.
The source data is F4:F198 on sheet "Source". I want it initially pasted to G2:G196 on sheet "Destination".
If G2:G196 is not empty, I want it to paste in H2:H196. If H2:H196 is not empty, then paste into I2:I196 and so on to end at Z2:Z196. Once the data has been successfully pasted once, the loop should end.
The goal is to create something where I can change the data in "Source" F4:F198 and press the button to paste to the next empty "Destination" range.
For bonus points: some basic explanation for what each line does would be appreciated.
Does this make sense? Thanks in advance for any help or advice.
I've come across the common problem that is 'I know what I want to do but I don't know the proper term for searching'.
For this problem I have two sheets ("Source" and "Destination"), and a Command button to copy and paste.
The source data is F4:F198 on sheet "Source". I want it initially pasted to G2:G196 on sheet "Destination".
If G2:G196 is not empty, I want it to paste in H2:H196. If H2:H196 is not empty, then paste into I2:I196 and so on to end at Z2:Z196. Once the data has been successfully pasted once, the loop should end.
The goal is to create something where I can change the data in "Source" F4:F198 and press the button to paste to the next empty "Destination" range.
For bonus points: some basic explanation for what each line does would be appreciated.
Does this make sense? Thanks in advance for any help or advice.