Hello!
I have a code that allows me to open a pdf file from Excel:
Sub RunPDFWithExe()
Shell "C:\Program Files\Adobe\Reader 9.0\Reader\AcroRd32.exe S:\Benefits\Leave of Absence\LOA Forms\Alisha\FMLA Alisha\LOA Packet.pdf", vbNormalFocus
End Sub
What can I add to this code that will have it print pages 1-6 & page 10 from the pdf file?
I have a code that allows me to open a pdf file from Excel:
Sub RunPDFWithExe()
Shell "C:\Program Files\Adobe\Reader 9.0\Reader\AcroRd32.exe S:\Benefits\Leave of Absence\LOA Forms\Alisha\FMLA Alisha\LOA Packet.pdf", vbNormalFocus
End Sub
What can I add to this code that will have it print pages 1-6 & page 10 from the pdf file?