W
Willie G.
Using VBA I tried to convert and open a word perfect file
to a Microsoft Word document. Here is some code I tried
(it didn't work) Need suggestions and help.
If FileConverters("WordPerfect 6.x").CanOpen = True Then
Documents.Open FileName:=strDocName,
Format:=FileConverters("WordPerfect 6.x").OpenFormat
Thanks,
Willie
to a Microsoft Word document. Here is some code I tried
(it didn't work) Need suggestions and help.
If FileConverters("WordPerfect 6.x").CanOpen = True Then
Documents.Open FileName:=strDocName,
Format:=FileConverters("WordPerfect 6.x").OpenFormat
Thanks,
Willie