PAkerly
2011-10-20 20:58:51 UTC
I want to update excel with data from a text file...is this possible?
Basically I have a text file that has a lot of stuff in it but I am
interested in the lines that begin with *D
so those lines would look like this:
*D11200120 12 250
*D25012002 18 111
etc...
And so I want to update an excel file and a certain sheet within this
file
so cell would be updated as follows:
B2 = *D11200120
C2 = 250
B3 = *D25012002
C3 = 111
etc.
Can anyone give me examples of how to do this?
Basically I have a text file that has a lot of stuff in it but I am
interested in the lines that begin with *D
so those lines would look like this:
*D11200120 12 250
*D25012002 18 111
etc...
And so I want to update an excel file and a certain sheet within this
file
so cell would be updated as follows:
B2 = *D11200120
C2 = 250
B3 = *D25012002
C3 = 111
etc.
Can anyone give me examples of how to do this?