Hi all

I am trying to print out the pdf file from the path attached to the user form. I have managed to print it out using the button but my issue is I struggle to define the printout properties such as orientation and paper size. Please see my source code below:



CreateObject("Shell.Application").Namespace(0).ParseName(txtDrawingFileName).InvokeVerb ("Print")


Where txtDrawingFileName is the drawing path attached to the textbox.


Kindly Thank you