Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Excel Save as
#1
I have some spreadsheets that are in some funky web-sheet format and i need to save them in the standard MS Excel Workbook format. I tried the "save" function but it just changes the name.

Is the a way to pick the type as well?

Thanks.
#2
ExcelSheet.Save does not change file format. Try this:

Code:
Copy      Help
ExcelSheet es.Init
;...
;es.Save("...")


Excel.Workbook wb=es.ws.Parent
wb.SaveAs("..." Excel.xlWorkbookNormal @ @ @ @ 1)
#3
WORKS GREAT!

thanks!!!


Forum Jump:


Users browsing this thread: 1 Guest(s)