As the item is opening in a frameset in internet explorer the user is not getting the excel options within IE
he is using IE 6 would upgrading to IE 7 help?
Gary
Main Topics
Browse All TopicsI have a user that opens a csv file from the web every day to monitor signups.here are the facts
-The CSV file is generated by a 3rd party company that designed the website
-The CSV file is presented in a FRAMESET
-The File name changes everyday
-It opens up in excel in a browser window
-The file is semicolon deliminated
When the user opens the file it does not display in colums
Is there a way that i can tell excel to also use semicolons to define colums automatically
It would be very time consuming for the user to download the file and import into excel telling it to deliminate by semicolons.
ALL HELP WILL BE GREATFUL!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
No, i think that there is not a way to configure list separator to work both with comma and semicolon(there will be conflicts if some file has both of them). You must set up list separator with one character and do some addidtional configuration to CVS files(replace their separator with the chosen list separator). That is all I can tell.
Business Accounts
Answer for Membership
by: patrickabPosted on 2007-02-22 at 02:00:06ID: 18586072
garysteers,
My rather simple ways round this would be to either:
1. Open it with a text editor and do a Find and Replace the semi-colons with commas, save and close and then open it with Excel.
or
2. Open it with Excel with the semi-colons and then use Data/Text_to_Columns, Delimited and select semi-colons as the delimiters. That will separate the data into columns.
Hope that helps
Patrick