View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Bridges Bob Bridges is offline
external usenet poster
 
Posts: 108
Default delimited text export

Seems like it must have to do with the difference between your Excel settings
and your co-worker's. I don't know which setting would do it, but if you go
through Tools.Options and compare yours with his you would probably stumble
across it eventually.

Or it MIGHT be some setting in your Control Panel, though I'm not sure which
one.

Another possibility: Maybe one of you has a different set of
document-conversion capabilities....though I wouldn't think so, for CSV.

--- "LenS" wrote:
delimited text exported into one column - wanted in 6 columns

from a query result (in a process), i am exporting 6 columns of data to a
csv file but it comes out in 1 column with the data (thus aborting my
continued process). however my co-worker can run the exact same process and
he ends up with 6 columns of data and the process continues just fine. we
tried most everything, not sure if problem is with export from query result
or the csv excel like application.

what we do know is that my version of the file looks to be in unicode and i
have 2 characters at the front of my file while my co-workers does not.