Hi all,
I have this situation:
in sheet1 I have some string data with the cell content being something like the following:
a1 = database mgmt
a2 = programming languages
a3 = IT acquisition
I want to be able to transfer the data on sheet1 to sheet2 in the following way:
a1 = database mgmt
a2 = database mgmt
a3 = database mgmt
a4 = programming languages
a5 = programming languages
a6 = programming languages
a7 = IT acquisition
a8 = IT acquisition
a9 = IT acquisition
... etc
I've done it the "easy" way, using copy cell and repeat it 3 times for all cells on sheet 1 going to sheet2, but would like to see an alternative way to do this more effectively using VBA.
Since I'm a VBA newbie and I'm not being successful writing a macro to do this, I'm here to ask for your help and knowledge. Any help would be greatly appreciated. Please let me know. Thanks.
Alex
I have this situation:
in sheet1 I have some string data with the cell content being something like the following:
a1 = database mgmt
a2 = programming languages
a3 = IT acquisition
I want to be able to transfer the data on sheet1 to sheet2 in the following way:
a1 = database mgmt
a2 = database mgmt
a3 = database mgmt
a4 = programming languages
a5 = programming languages
a6 = programming languages
a7 = IT acquisition
a8 = IT acquisition
a9 = IT acquisition
... etc
I've done it the "easy" way, using copy cell and repeat it 3 times for all cells on sheet 1 going to sheet2, but would like to see an alternative way to do this more effectively using VBA.
Since I'm a VBA newbie and I'm not being successful writing a macro to do this, I'm here to ask for your help and knowledge. Any help would be greatly appreciated. Please let me know. Thanks.
Alex