Using VBA Code to Detect a Printer on the Computer
If you want to use a Macro script in PowerPoint to automatically print a slide to a specific printer that is not the default printer, or if you want to detect if a certain printer name is present in the system, then you can use the following VBA Macro to perform this task. The Macro …