Hi there,
Im trying to create a Macro which can do the following: Start selecting from a1 till blank column and coming down till blank row cell by cell , select the all above values, copy them and paste them by transposing them AFTER tWo blank columns, carry on doing this procedure and pasting the transposed values . Can you please help me with this Macro. Help will be greatly appreciated.
eg;
columnA columnB blank column blank column[TABLE="width: 320"]
<colgroup><col width="64" span="5" style="width: 48pt;"></colgroup><tbody>[TR]
[TD="width: 64"][/TD]
[TD="class: xl65, width: 64"][/TD]
[TD="class: xl66, width: 64"][/TD]
[TD="class: xl67, width: 64"][/TD]
[TD="class: xl68, width: 64"][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 362"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Demir (Serum)[/TD]
[TD]16[/TD]
[/TR]
[TR]
[TD]Demir bağlama kapasitesi[/TD]
[TD]362[/TD]
[/TR]
[TR]
[TD]Glukoz [/TD]
[TD]109[/TD]
[/TR]
[TR]
[TD]HBA1C[/TD]
[TD]5,6[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Demir (Serum)[/TD]
[TD]41[/TD]
[/TR]
[TR]
[TD]Demir bağlama kapasitesi[/TD]
[TD]215[/TD]
[/TR]
[TR]
[TD]Ferritin [/TD]
[TD]56,46[/TD]
[/TR]
[TR]
[TD]Glukoz [/TD]
[TD]101[/TD]
[/TR]
[TR]
[TD]HBA1C[/TD]
[TD]5,8[/TD]
[/TR]
</tbody>[/TABLE]
transpose the data to 2nd blank column .
help will be greatly apppreciated.
Im trying to create a Macro which can do the following: Start selecting from a1 till blank column and coming down till blank row cell by cell , select the all above values, copy them and paste them by transposing them AFTER tWo blank columns, carry on doing this procedure and pasting the transposed values . Can you please help me with this Macro. Help will be greatly appreciated.
eg;
columnA columnB blank column blank column[TABLE="width: 320"]
<colgroup><col width="64" span="5" style="width: 48pt;"></colgroup><tbody>[TR]
[TD="width: 64"][/TD]
[TD="class: xl65, width: 64"][/TD]
[TD="class: xl66, width: 64"][/TD]
[TD="class: xl67, width: 64"][/TD]
[TD="class: xl68, width: 64"][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 362"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Demir (Serum)[/TD]
[TD]16[/TD]
[/TR]
[TR]
[TD]Demir bağlama kapasitesi[/TD]
[TD]362[/TD]
[/TR]
[TR]
[TD]Glukoz [/TD]
[TD]109[/TD]
[/TR]
[TR]
[TD]HBA1C[/TD]
[TD]5,6[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Demir (Serum)[/TD]
[TD]41[/TD]
[/TR]
[TR]
[TD]Demir bağlama kapasitesi[/TD]
[TD]215[/TD]
[/TR]
[TR]
[TD]Ferritin [/TD]
[TD]56,46[/TD]
[/TR]
[TR]
[TD]Glukoz [/TD]
[TD]101[/TD]
[/TR]
[TR]
[TD]HBA1C[/TD]
[TD]5,8[/TD]
[/TR]
</tbody>[/TABLE]
transpose the data to 2nd blank column .
help will be greatly apppreciated.