I have some data output from an instrument, it is in a text file, tab deliminted.
The data, when output from the instrument provides a block of data 1000 rows by 10 columns.
My problem is that I ONLY want every eleventh piece of data, and the rest to me is garbage.
The data should be in 11 columns, but was output from the source as 10, so the data I want is not in a regular pattern of rows or columns, but every 11th piece.
Could you help me develop an easy macro to accomplish this?
many thanks
The data, when output from the instrument provides a block of data 1000 rows by 10 columns.
My problem is that I ONLY want every eleventh piece of data, and the rest to me is garbage.
The data should be in 11 columns, but was output from the source as 10, so the data I want is not in a regular pattern of rows or columns, but every 11th piece.
Could you help me develop an easy macro to accomplish this?
many thanks