Hello,

I'm looking for a macro that can copy specific rows from an text file into a spreadsheet.
My text file is looking like this:
INPUT: f[MHz] input[dBm]
80.000000 52.217000
80.800000 52.004992
81.608000 51.601915
...

Where I want to copy the "52.217000", "52.004992", "51.601915" and followed by 254 rows of different numbers "51....".

How do I do that?