Guys
I developed a spreadsheet that when the file is opened it sends an e-mail after 1 minute and then it auto close the workbook.
Application.OnTime Now + TimeValue("00:01:00"), "SendReport"
There are certain days that I need to send the report. So I created a task scheduled on Windows to send...