Forum Discussion
alex kramer
Jan 04, 2018Copper Contributor
Need to edit a VBA script that automatically closes Excel
I have an Excel XLSM that is invoked by Windows Task Scheduler at a specific time each week. It updates a worksheet, saves a report (using "save as PDF"), closes the workbook and then exits Excel. Ho...
Mark Fitzgerald
Jan 06, 2018Iron Contributor
Holding a Shift key down while opening a workbook will prevent any Workbook_Open or Auto_Open procedures from running.