Wow, nice bit of code, not sure I understand how to adpt it for my use. Let
me ask a few questions. Is the CSV format one header, data pair per line or
does all of the data have to be in one long row? That is to say, like this:
field_name1,data1
field_name2,data2
...
field_name256,data256
Or like this:
field_name1,data1,field_name2,data2, ... ,field_name256,data256
What happens if you have commas or CR in your data (as I do)?
Taking it a step further, can I shoot the CSV file to Word and merge it to a
new document?
Thanks!