Print Excel File Automatically
Thanks to Alberto Voli for this little tip. The code below can be used to print an Excel file without having to manipulate the printer dialogs. It uses VBScript to interface with Excels’ COM object model to call it’s PrintOut method. Place the VBSTART .. VBEND lines near the top of your script ready for […]