Results 1 to 5 of 5

wrong divider in csv-file

Threaded View

ptrolle wrong divider in csv-file 01-23-2010, 12:06 PM
Richard Buttrey Re: wrong divider in csv-file 01-23-2010, 12:21 PM
ptrolle Re: wrong divider in csv-file 01-23-2010, 01:52 PM
protonLeah Re: wrong divider in csv-file 01-24-2010, 12:12 AM
ptrolle Re: wrong divider in csv-file 01-25-2010, 07:23 AM
  1. #1
    Registered User
    Join Date
    01-23-2010
    Location
    Hjoerring, Denmark
    MS-Off Ver
    Excel 2003
    Posts
    5

    Thumbs up wrong divider in csv-file

    Hi

    I am searching for a solution to this little problem:

    when saving a spreadsheet in csv-format from the user interface of Excel (a Danish version), the file is saved with a ";" as divider (Danish), which is what I want, but when the saving is executed in code like the code below, the file is saved with a "," as divider (USEnglish). When the file then is opened in Excel, each row of data are placed in one cell instead of multiple cells.

    ActiveWorkbook.Worksheets(2).SaveAs Filename:= _
            "etrade.csv", _
            FileFormat:=xlCSV, CreateBackup:=False, local:=True
    Please help me as I have a deadline in two days

    trolle
    Last edited by ptrolle; 01-25-2010 at 07:37 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1