Wow - I asked for suggestions - and I get that.
Yeh, that was it my computer blew up - REALLY????? [jester2]
I'm thinking this forum is for geniune questions. For folks that need assistance - not for, well posts like that.
But since I need the help, I'll appease your obnoxious post and say I...
Sub EmailNotificationSent()
Dim OutLookApp As Object
Dim OutLookMailItem As Object
Dim iCounter As Integer
Dim MailDest As String
Set OutLookApp = CreateObject("OutLook.application")
Set OutLookMailItem = OutLookApp.createitem(0)
With OutLookMailItem
MailDest = ""
For iCounter = 1 To...
I have a spreadsheet with Project IDs in Column A. Im looking to send individual emails once a value has been added to the corresponding cell in Column C. I want the cell specific information from Column A to be in the Subject line. I can do everything but change the Subject Line value to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.