I have a excel sheets like this:
I should copy the column A and B in CD like as the example.
Copy only both cells contigous if not both empty. In the real sheet in column a there is a question and in the column B there is the correspondent response.
I search a VBA code to make this.
Code:
A B C D
1 2 3
4 5
2 3 3 4
4 5
1
1
3
3 4
I should copy the column A and B in CD like as the example.
Copy only both cells contigous if not both empty. In the real sheet in column a there is a question and in the column B there is the correspondent response.
I search a VBA code to make this.