bamaisgreat
Well-known Member
- Joined
- Jan 23, 2012
- Messages
- 831
- Office Version
- 365
- Platform
- Windows
Thanks for looking. I have some code for emailing that works very good but I have one change i would to make. I would like the subject to be Subject: Req activeworkbook.name
This is a section of the code im needing to edit
.
This is a section of the code im needing to edit
.
Code:
CC = ""
.BCC = ""
.Subject = ActiveWorkbook.Name
.HTMLBody = strbody
.Display 'or use .Send
End With
On Error GoTo 0
Set OutMail = Nothing
Set OutApp = Nothing