J
Jaymac
I am having to convert a number of files from works (.wps) to word (.doc) and
want to use the same name as the .wps file with the .doc extension.
I am trying to use the following routine:
ActiveDocument.SaveAs , , FileFormat:=wdFormatDocument,
LockComments:=False, Password:="", _
AddToRecentFiles:=True, WritePassword:="",
ReadOnlyRecommended:=False, _
EmbedTrueTypeFonts:=False, SaveNativePictureFormat:=False,
SaveFormsData _
:=False, SaveAsAOCELetter:=False
but the file is still saved with the .wps extension.
Any ideas guys and gals.
Many thanks
Jack
want to use the same name as the .wps file with the .doc extension.
I am trying to use the following routine:
ActiveDocument.SaveAs , , FileFormat:=wdFormatDocument,
LockComments:=False, Password:="", _
AddToRecentFiles:=True, WritePassword:="",
ReadOnlyRecommended:=False, _
EmbedTrueTypeFonts:=False, SaveNativePictureFormat:=False,
SaveFormsData _
:=False, SaveAsAOCELetter:=False
but the file is still saved with the .wps extension.
Any ideas guys and gals.
Many thanks
Jack