HI there
I have inserted a simple command button into my Word Template - with the following code:
Private Sub CommandButton1_Click()
Me.SaveAs ("C:\MyFolder\testdoc.pdf")
End Sub
This code works when filetype is.rtf, or .doc. but When it saves to PDF, and i try open the PDF Document, it says file is in use or is corrupt?
Thank you


