I've a textfile containing the the following data:
The content is varying but the section are always the same...
**********************************************************
no comments
[Measure data]
Name=Customer
LIMS nr=0.000000
Acc. Voltage (kV)=0.000000
Sample Current (uA)=0.000000
Crystal=PET
Element=Mo
Start (A)=1.000000
Stop (A)=0.000000
[settings]
mean over#=50
Sample Rate=100.000000
physical channels=Dev1/ai1
Input range=1.000000
Visible records=600
[Data]
0.00E+00 1.05E+00
5.00E-01 1.05E+00
1.00E+00 1.05E+00
1.50E+00 1.05E+00
2.00E+00 1.05E+00
2.50E+00 1.05E+00
...
...
*********************************************************
I want to get the columns at the bottom in a Excel-chart.
How do I select the data in the columns by using a macro.
The algoritme must be something like:
Find "[Data]"
Select the next cell-area until blank cell is found.
Copy to new sheet.
The content is varying but the section are always the same...
**********************************************************
no comments
[Measure data]
Name=Customer
LIMS nr=0.000000
Acc. Voltage (kV)=0.000000
Sample Current (uA)=0.000000
Crystal=PET
Element=Mo
Start (A)=1.000000
Stop (A)=0.000000
[settings]
mean over#=50
Sample Rate=100.000000
physical channels=Dev1/ai1
Input range=1.000000
Visible records=600
[Data]
0.00E+00 1.05E+00
5.00E-01 1.05E+00
1.00E+00 1.05E+00
1.50E+00 1.05E+00
2.00E+00 1.05E+00
2.50E+00 1.05E+00
...
...
*********************************************************
I want to get the columns at the bottom in a Excel-chart.
How do I select the data in the columns by using a macro.
The algoritme must be something like:
Find "[Data]"
Select the next cell-area until blank cell is found.
Copy to new sheet.