Hello,
I have the VBA code below. End goal is to have each tab in the workbook to be exported into its own PDF.
Problem: it works fine on my computer, but when someone else tries to use the macro on their own computer, it errors.
Sub ExportToPDFs()
' Save Each Worksheet to a separate PDF file...