Hey all I need some help. Just discovered macros and need to use one for a big file. I have a set of data like so:
[TABLE="width: 500"]
<tbody>[TR]
[TD]date[/TD]
[TD]time[/TD]
[TD]number[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]number[/TD]
[/TR]
</tbody>[/TABLE]
which has 25 numbers for each date/time. i need to copy and past, then transpose to this format on a separate sheet:
[TABLE="width: 500"]
<tbody>[TR]
[TD]date[/TD]
[TD]time[/TD]
[TD]number[/TD]
[TD]number[/TD]
[TD]number[/TD]
[TD]etc.[/TD]
[/TR]
[TR]
[TD]date2[/TD]
[TD]time2[/TD]
[TD]number[/TD]
[TD]number[/TD]
[TD]number[/TD]
[TD]etc[/TD]
[/TR]
</tbody>[/TABLE]
the data is thousands of rows long, so a macro would be much appreciated!!
[TABLE="width: 500"]
<tbody>[TR]
[TD]date[/TD]
[TD]time[/TD]
[TD]number[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]number[/TD]
[/TR]
</tbody>[/TABLE]
which has 25 numbers for each date/time. i need to copy and past, then transpose to this format on a separate sheet:
[TABLE="width: 500"]
<tbody>[TR]
[TD]date[/TD]
[TD]time[/TD]
[TD]number[/TD]
[TD]number[/TD]
[TD]number[/TD]
[TD]etc.[/TD]
[/TR]
[TR]
[TD]date2[/TD]
[TD]time2[/TD]
[TD]number[/TD]
[TD]number[/TD]
[TD]number[/TD]
[TD]etc[/TD]
[/TR]
</tbody>[/TABLE]
the data is thousands of rows long, so a macro would be much appreciated!!