ariel20029
Board Regular
- Joined
- Jun 20, 2013
- Messages
- 97
Hi,
I have some code that needs to be updated but I'm not sure how to change. I am trying to save as into Excel 2013 excel workbook. This is the code I have:
FileSaveName = Application.GetSaveAsFilename(InitialFileName:=ActiveWorkbook.Name, FileFilter:="Excel 2003 (*.xls), *.xls")
If FileSaveName <> False Then
ActiveWorkbook.SaveAs FileSaveName, FileFormat:=56 'xlExcel8 (97-2003 format xls)
Can you please help me?
thanks,
Sharon
I have some code that needs to be updated but I'm not sure how to change. I am trying to save as into Excel 2013 excel workbook. This is the code I have:
FileSaveName = Application.GetSaveAsFilename(InitialFileName:=ActiveWorkbook.Name, FileFilter:="Excel 2003 (*.xls), *.xls")
If FileSaveName <> False Then
ActiveWorkbook.SaveAs FileSaveName, FileFormat:=56 'xlExcel8 (97-2003 format xls)
Can you please help me?
thanks,
Sharon