I've got this code below which creates a PDF document. The error message appears saying I'm unable to open the document because:
it is either not a supported file type or because the file has been damaged
VBA Code:
Private Sub Command273_Click()
Dim wdApp As Word.Application, wdDoc As...