Greetings All...
I have a weekly sales report that I create for each sales rep and email each individual report. The amt of time spent sending each email is getting to be a nuisance.
I've been working on automating my excel sheet so that it creates an email of itself as an attachment. The problem that I'm having is that when it creates the email itself it creates a name of True.xls instead of the name that I saved it as. Was wondering if anyone knows how to keep it as its current name.
This is my basic code so far.
ActiveWorkbook.SaveAs Application.Dialogs(xlDialogSaveAs).Show
Activeworkbook.sendmail Application.Dialogs(xlDialogSendMail).Show
Any help would be greatly appreciated.
Thanks,
Ken
I have a weekly sales report that I create for each sales rep and email each individual report. The amt of time spent sending each email is getting to be a nuisance.
I've been working on automating my excel sheet so that it creates an email of itself as an attachment. The problem that I'm having is that when it creates the email itself it creates a name of True.xls instead of the name that I saved it as. Was wondering if anyone knows how to keep it as its current name.
This is my basic code so far.
ActiveWorkbook.SaveAs Application.Dialogs(xlDialogSaveAs).Show
Activeworkbook.sendmail Application.Dialogs(xlDialogSendMail).Show
Any help would be greatly appreciated.
Thanks,
Ken