: Press Ctrl + P , and under the Printer dropdown, select "Microsoft Print to PDF" . This lets you "print" the file directly to your downloads folder as a PDF. 2. The One-Click Way (VBA Automation)
: Go to File > Export > Create PDF/XPS . This ensures your client gets a clean, non-editable document.
: Press Alt + F11 , insert a New Module, paste the code, and then insert a "Button" (from the Developer tab) on your sheet to link to this macro. 3. Finding Pre-Built .xlsm Invoice Templates
Since your file is already an .xlsm (Macro-Enabled), it’s often best to add a button that handles the naming and saving for you automatically. You can use a VBA script to pull the and Customer Name directly from cells to name the file. Sample VBA Code:
: You can find professional templates by going to File > New in Excel and searching for "Invoice".