Hi All,
I pretty new to the world of VBA so please forgive my possible simplistic questions.
Ok we basically what I want to do is using a command button copy and paste only certain cells from worksheet 1 to the next empty row on worksheet 2.
I have worked out how to do this for complete rows but what I can't figure out is ho to do it if the data is on seperate rows/columsn.
For example:
The data i wish to copy is on worksheet1 in the following cells:
A1,B2,C1,D2
I want select only those cells and then paste it to the next empty row on sheet2
so A1 would be pasted to A1 B2 to A2 C1 to C1 and D2 to D1
I hope this makes sense can anyone help?
Thanks in advance
I pretty new to the world of VBA so please forgive my possible simplistic questions.
Ok we basically what I want to do is using a command button copy and paste only certain cells from worksheet 1 to the next empty row on worksheet 2.
I have worked out how to do this for complete rows but what I can't figure out is ho to do it if the data is on seperate rows/columsn.
For example:
The data i wish to copy is on worksheet1 in the following cells:
A1,B2,C1,D2
I want select only those cells and then paste it to the next empty row on sheet2
so A1 would be pasted to A1 B2 to A2 C1 to C1 and D2 to D1
I hope this makes sense can anyone help?
Thanks in advance