Adobe acrobat vba script for print out and save on pc
Good day!
I'm new to writing scripts, and I'm having problems with the code.
I have a vba code to open adobe acrobat, AcroRd32 version. Next, I need the opened document to be saved to the specified folder on the computer (the folder can be changed) through the print "Microsoft print to PDF" and the function "Print in grayscale (black and white)".
Please help me sit over this code for the second month already.
Thank
This code i open prom excel.
Sub openPDF1()
Имя = ActiveWorkbook.Name ' name excel file
Sheets("from path").Select
Dim Path As String
Path = "C:\Users\ta.va\Desktop\20\081334000010142018001_44.pdf"
ActiveWorkbook.FollowHyperlink Path
End Sub
