Skip to main content

[archive] Saving Excel file as .prn

  • September 22, 2007
  • 5 replies
  • 0 views

[Migrated content. Thread originally posted on 21 September 2007]

Hello,
I'm using the following code to try to save an Excel spreadsheet as a .prn file.
However, it saves it in Excel format. Is there any way to save it in .prn format? Thanks!

MODIFY olWrkBk
@SaveAs(BY NAME Filename "C:\\WorkSheet.prn")

5 replies

[Migrated content. Thread originally posted on 21 September 2007]

Hello,
I'm using the following code to try to save an Excel spreadsheet as a .prn file.
However, it saves it in Excel format. Is there any way to save it in .prn format? Thanks!

MODIFY olWrkBk
@SaveAs(BY NAME Filename "C:\\WorkSheet.prn")
You would need to specify the FileFormat in the SaveAs command. Here is a list of available ones in Office10:

http://msdn2.microsoft.com/en-us/library/aa194915(office.10).aspx

[Migrated content. Thread originally posted on 21 September 2007]

Hello,
I'm using the following code to try to save an Excel spreadsheet as a .prn file.
However, it saves it in Excel format. Is there any way to save it in .prn format? Thanks!

MODIFY olWrkBk
@SaveAs(BY NAME Filename "C:\\WorkSheet.prn")
You would need to specify the FileFormat in the SaveAs command. Here is a list of available ones in Office10:

http://msdn2.microsoft.com/en-us/library/aa194915(office.10).aspx

[Migrated content. Thread originally posted on 21 September 2007]

Hello,
I'm using the following code to try to save an Excel spreadsheet as a .prn file.
However, it saves it in Excel format. Is there any way to save it in .prn format? Thanks!

MODIFY olWrkBk
@SaveAs(BY NAME Filename "C:\\WorkSheet.prn")
You would need to specify the FileFormat in the SaveAs command. Here is a list of available ones in Office10:

http://msdn2.microsoft.com/en-us/library/aa194915(office.10).aspx

[Migrated content. Thread originally posted on 21 September 2007]

Hello,
I'm using the following code to try to save an Excel spreadsheet as a .prn file.
However, it saves it in Excel format. Is there any way to save it in .prn format? Thanks!

MODIFY olWrkBk
@SaveAs(BY NAME Filename "C:\\WorkSheet.prn")
Thanks a lot, Robstan

[Migrated content. Thread originally posted on 21 September 2007]

Hello,
I'm using the following code to try to save an Excel spreadsheet as a .prn file.
However, it saves it in Excel format. Is there any way to save it in .prn format? Thanks!

MODIFY olWrkBk
@SaveAs(BY NAME Filename "C:\\WorkSheet.prn")
Thanks a lot, Robstan