I have a number of questions on this topic:
- If I print using Application.ActivePrinter = "Microsoft Print to PDF on Ne01:" then how can I pass a specific file name and path to the printer? (Rather than having it prompt me?)
- Since I want others to use this file, how can I check that Microsoft PDF is always on Ne01? What if theirs is on a different port?
- Many suggest using a Findprinter command, but I always get the sub or function not defined error
- Many suggest using the built-in ability to save as a PDF, instead of printing to PDF, but I find the resulting PDF has huge margins and the wrong size (not A4)