D
dave.cuthill
I have a text file that has a constant number of characters per line
and these characters can be spaces or some form of meaningful text that
appears to be a table of columnar data when viewed in notepad. I am
trying to import this data though vba into a word table. I know that
the first 3 characters are going to be the data for column 1,row 1 and
the next 5 characters will be the data for column 2, row 2 , and on and
on until I reach the end of the line.
How do a step through the file line by line in order to get the data
into the table??
David
and these characters can be spaces or some form of meaningful text that
appears to be a table of columnar data when viewed in notepad. I am
trying to import this data though vba into a word table. I know that
the first 3 characters are going to be the data for column 1,row 1 and
the next 5 characters will be the data for column 2, row 2 , and on and
on until I reach the end of the line.
How do a step through the file line by line in order to get the data
into the table??
David