Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello Forum,
i have a code that created a word file, save it and quits word.
My question: Is it possible to create additionally a PDF file?
'Save the Word file with a new name and close the document wordDoc.SaveAs (ThisDoc.PathAndFileName(False) & ".docx") wordDoc.Close() wordDoc=Nothing
If i change ".docx" into ".pdf" there will created a defective PDF File. What do i wrong?
Very best regards
Martin
Solved! Go to Solution.