Thread: SaveAs
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
joel joel is offline
external usenet poster
 
Posts: 9,101
Default SaveAs

Do a search in VBA help for

FileFormat Property

You will see a link on this page for xlformat. There is a list of all the
formats.

"Marc" wrote:

In ActiveWorkbook.SaveAs() method what are the additional parameters need to
be set for
supporting different font styles.

My coding is oExcel.ActiveWorkbook.SaveAs(<ExcelDataTableName, 11)

The problem is I have values in Excel worksheet with Vietnam font. But after
saving as DBF
it doesn't save actual ASCII values in to the table.

Pls smone help..