FileFormat Property Example
This example saves the active workbook in Normal file format if its current file format is WK3.
If ActiveWorkbook.FileFormat = xlWK3 Then ActiveWorkbook.SaveAs fileFormat:=xlNormal End If