R
Robert H
I have a CSV file with of less than 200 records with each record
exceeding the excel column count limit. I think I'm around three
hundred fields of data for each record.
When I import the CSV data part of my data is lost. The transpose
option is useless as far as I can tell because I can’t use it until
the data is imported and at that point it’s been truncated already.
Is there a way to transpose before or during the import using VBA if
so is there existing code available? I tried Chip Pearson’s
“Importing Big Files” code but I still lost columns as that is not
what its intended for.
exceeding the excel column count limit. I think I'm around three
hundred fields of data for each record.
When I import the CSV data part of my data is lost. The transpose
option is useless as far as I can tell because I can’t use it until
the data is imported and at that point it’s been truncated already.
Is there a way to transpose before or during the import using VBA if
so is there existing code available? I tried Chip Pearson’s
“Importing Big Files” code but I still lost columns as that is not
what its intended for.