B
bitpusher1010
I'm using VBA to open a DOC file and save it as DOCX.
ActiveDocument.SaveAs(sTargetFile, lTargetType, False, "", False, "", False)
However, upon opening the 'converted file' it still says it is in
compatiblity mode. This is not desirable.
I can manually open the DOC file in Word, and Save As DOCX however it
prompts me about the compatiblity issue, and then I can properly save the
DOC file as DOCX. Opening the DOCX file with this method works as it should,
not in compatability mode.
Any thoughts, insights are greatly appreciated.
Allen
ActiveDocument.SaveAs(sTargetFile, lTargetType, False, "", False, "", False)
However, upon opening the 'converted file' it still says it is in
compatiblity mode. This is not desirable.
I can manually open the DOC file in Word, and Save As DOCX however it
prompts me about the compatiblity issue, and then I can properly save the
DOC file as DOCX. Opening the DOCX file with this method works as it should,
not in compatability mode.
Any thoughts, insights are greatly appreciated.
Allen