T
trangp65
Help please!
I need to take info from an excel spreadsheet and put it
into a text file. The text file has to have a specific
length and format (not comma delimited). Each row would
start with the date and follow with 24 values with a space
between (fixed format, f 5.0). I have found books talk
about writing with comma delimited, but not fixed format.
Any help or examples would be greatly appreciated. I would
like to do this with VBA.
010103 xxxxx xxxxx xxxxx ...up to 24
010203 xxxxx xxxxx xxxxx ...up to 24
..
..
..
..
I need to take info from an excel spreadsheet and put it
into a text file. The text file has to have a specific
length and format (not comma delimited). Each row would
start with the date and follow with 24 values with a space
between (fixed format, f 5.0). I have found books talk
about writing with comma delimited, but not fixed format.
Any help or examples would be greatly appreciated. I would
like to do this with VBA.
010103 xxxxx xxxxx xxxxx ...up to 24
010203 xxxxx xxxxx xxxxx ...up to 24
..
..
..
..