VBA: extract systematiically 5 rows and save them in a new excell file as .txt

selsha

New Member
Joined
May 2, 2013
Messages
1
Hi All,

My excel file looks like this:


[TABLE="width: 290"]
<tbody>[TR]
[TD]chr
[/TD]
[TD]1
[/TD]
[TD]1
[/TD]
[TD]A
[/TD]
[/TR]
[TR]
[TD]chr
[/TD]
[TD]2
[/TD]
[TD]2
[/TD]
[TD]A
[/TD]
[/TR]
[TR]
[TD]chr
[/TD]
[TD]3
[/TD]
[TD]3
[/TD]
[TD]G
[/TD]
[/TR]
[TR]
[TD]chr
[/TD]
[TD]4
[/TD]
[TD]4
[/TD]
[TD]A
[/TD]
[/TR]
[TR]
[TD]chr
[/TD]
[TD]5
[/TD]
[TD]5
[/TD]
[TD]G
[/TD]
[/TR]
[TR]
[TD]chr
[/TD]
[TD]6
[/TD]
[TD]6
[/TD]
[TD]A
[/TD]
[/TR]
[TR]
[TD]chr
[/TD]
[TD]7
[/TD]
[TD]7
[/TD]
[TD]A
[/TD]
[/TR]
[TR]
[TD]chr
[/TD]
[TD]8
[/TD]
[TD]8
[/TD]
[TD]G
[/TD]
[/TR]
[TR]
[TD]chr
[/TD]
[TD]9
[/TD]
[TD]9
[/TD]
[TD]A
[/TD]
[/TR]
[TR]
[TD]chr
[/TD]
[TD]10
[/TD]
[TD]10
[/TD]
[TD]G
[/TD]
[/TR]
</tbody>[/TABLE]

I need to systematically extract 5 rows :

1- line 0->5
2-line 6-10

3-....
till the end of the file

and then save each 5 rows in a separate excel file in a .txt extension


May you help me solve this issue plz .

Tx in advance,

Best !
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.

Forum statistics

Threads
1,223,230
Messages
6,170,883
Members
452,364
Latest member
springate

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top