Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I wonder if replacing the "Excel.XlFileFormat.xlCSV" with the constant 6
helps. -- Jim "EdwardH" wrote in message ... | 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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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" wrote in message ... | 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 | |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Save multiple versions of a document/excel sheet | Excel Discussion (Misc queries) | |||
how to save versions of multiple linked excel files? | Excel Discussion (Misc queries) | |||
File transfers between Excel Versions | Excel Discussion (Misc queries) | |||
Excel 2003 Save as Web page... imported into prior Excel versions | Excel Discussion (Misc queries) | |||
2 versions of Excel file opens | Excel Discussion (Misc queries) |