So I've got this workbook that's been working rather well for awhile now, but something new has just come up that I've never done before in VBA. It's been asked of me if I can modify this button to create a pdf instead of having it create another spreadsheet instead.
This pdf would need to be created within the same folder location as the active workbook, and be named based of cells within the active workbook. The cells which would provide the naming convention for the pdf file exist in this order... C3, E2, E3 & E4 (E3 & E4 would be concatenated). So the pdf file name would look something like the following... C3 & "-" & "Lot" & " " & E2 & "-" & "Plan" & " " & E3 & E4.pdf. Or with context... Job Name-Lot 25-Plan 2B.pdf
Also, would like for this newly created pdf to be created on a specified sheet size and scaled to fit (shrink).
With all of that said, could somebody point me in the right direction with modifying the code below to achieve this?
Never dealt with pdf export in VBA, but I'm willing to learn, and I greatly appreciate any help at all.
Thank you so much in advance.
Bookmarks