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,
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,