V
vs.parthasarathy
Hi
I am trying to convert MSProject file to PDF. Please see the code
below.
Dim proj As MSProject.Application
Set proj = Interaction.GetObject(Class:="MSProject.Application")
proj.FilePrintSetup "Adobe PDF"
proj.FilePrint ShowIEPrintDialog:=False
When FilePrint is executed, it pops up a File save As dialog to
specify the PDF File name.
Is there any way specify the PDF filename programmatically and avoid
this File Save As dialog?
Thanks,
VSP
I am trying to convert MSProject file to PDF. Please see the code
below.
Dim proj As MSProject.Application
Set proj = Interaction.GetObject(Class:="MSProject.Application")
proj.FilePrintSetup "Adobe PDF"
proj.FilePrint ShowIEPrintDialog:=False
When FilePrint is executed, it pops up a File save As dialog to
specify the PDF File name.
Is there any way specify the PDF filename programmatically and avoid
this File Save As dialog?
Thanks,
VSP