Closed Thread
Results 1 to 3 of 3

Save As csv file between Excel versions

  1. #1
    EdwardH
    Guest

    Save As csv file between Excel versions

    On my development machine VB6 application creates Excel 2003 worksheet and
    saves the following fine:
    xlSheet.SaveAs FileName:="C:\Auction\NandB.csv",
    FileFormat:=Excel.XlFileFormat.xlCSV, CreateBackup:=False

    On Users machine my application gpfs but creates Excel 2000 worksheet.
    Grateful for any pointers


  2. #2
    Jim Rech
    Guest

    Re: Save As csv file between Excel versions

    I wonder if replacing the "Excel.XlFileFormat.xlCSV" with the constant 6
    helps.

    --
    Jim
    "EdwardH" <[email protected]> wrote in message
    news:[email protected]...
    | On my development machine VB6 application creates Excel 2003 worksheet and
    | saves the following fine:
    | xlSheet.SaveAs FileName:="C:\Auction\NandB.csv",
    | FileFormat:=Excel.XlFileFormat.xlCSV, CreateBackup:=False
    |
    | On Users machine my application gpfs but creates Excel 2000 worksheet.
    | Grateful for any pointers
    |



  3. #3
    EdwardH
    Guest

    Re: Save As csv file between Excel versions

    Jim,
    Thank you for your suggestion - I fear it made no difference.
    EdwardH

    "Jim Rech" wrote:

    > I wonder if replacing the "Excel.XlFileFormat.xlCSV" with the constant 6
    > helps.
    >
    > --
    > Jim
    > "EdwardH" <[email protected]> wrote in message
    > news:[email protected]...
    > | On my development machine VB6 application creates Excel 2003 worksheet and
    > | saves the following fine:
    > | xlSheet.SaveAs FileName:="C:\Auction\NandB.csv",
    > | FileFormat:=Excel.XlFileFormat.xlCSV, CreateBackup:=False
    > |
    > | On Users machine my application gpfs but creates Excel 2000 worksheet.
    > | Grateful for any pointers
    > |
    >
    >
    >


Closed Thread

Thread Information

Users Browsing this Thread

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

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