Hi what I am trying to do is. I want to leave my excel book open and outlook open. Everynight if possible I want to run this macro below paste it to a new email with email address example: JOhnl.com; and send it a like 3:45 AM eastern time. Then close the book dfgdrg.xlsx possible?
Code:
Sub Mac()
ChDir "C\Users\Documents\16-Jun\06-29-2016
Workbooks.OpenFilename:=_
"C:\Users\Documents\16-Jun\06-29-2016\dfgdrg.xlsx"
Range("A1:H4).copy
End Sub()