Print PDF file based on information in column
Hello,
I have defined the file path in column A2 [C:\test\stocks.pdf Column A3 C:\test\product.pdf upto 50 rows.]
I am trying this If (Application.Dialogs(xlDialogPrinterSetup).Show) = True Then
If ("sheet1").Range("A2") > 0
codes to achive the goal, they are imcomplete and i need a help to accomplish the task.
This Application.Dialogs(xlDialogPrinterSetup).Show will help me to select the printers available to me, as we have 2 printers and if i don't want a particular row where file path is defined we can cancel it.
|