Converting word to PDF error message

J

jen11

When right clicking on a word document to convert to pdf, the Microsoft
Visual basic error message appears with message "code execution has been
interrupted". There are four options of "continue", "end", "Debug" and
"help". When Debug is selected the following information appears?
Private Sub TmpDDE()
WordBasic.FileOpen "C:\Documents and Settings\Gemma\Desktop\copy of
email.docx"
WordBasic.FilePrintSetup "Adobe PDF on p", DoNotSetAsSysDefault:=1
WordBasic.FilePrint 0
WordBasic.FileExit 2
End Sub.

If continue is selected the file was at one stage saved to PDF, but I would
appreciate any information to fix (I assume something might be to do with VB,
a or macro template??) what is causing this error message.

regards,
 
G

Gordon Bentley-Mix on news.microsoft.com

I'd say it's a problem with whatever add-in your using to generate PDFs.
Since PDF creation is not native to Word (except in the limited form
available in Word 2007, which doesn't use a VBA add-in AFAIK, and which
*certainly* doesn't provide system-level PDF creation functionality), the
solution to this problem probably won't be found here. Instead, I suggest you
contact the vendor of the PDF-maker application that you're using.
--
Cheers!

Gordon Bentley-Mix
Word MVP

Please post all follow-ups to the newsgroup.

Read the original version of this post in the Office Discussion Groups - no
membership required!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top