Thorin
Board Regular
- Joined
- Feb 8, 2007
- Messages
- 243
I have some VBA code that exports data into a CSV file, it all works Ok, but the alphanumeric code needs to have double quotes on either side of the field, eg "SK1", instead of just SK1.
I either end up with no quotes or too many, I have tried using Chr(34) on either side of my field, eg Chr(34) & ctype & Chr(34). With this I have one double quote before the field but three after it.
Its driving me nuts, can anyone help please.
Regards
Andy
I either end up with no quotes or too many, I have tried using Chr(34) on either side of my field, eg Chr(34) & ctype & Chr(34). With this I have one double quote before the field but three after it.
Its driving me nuts, can anyone help please.
Regards
Andy