Hello Everyone,
I'm trying to create a task in Outlook from Excel. I've gotten pretty far in this code but I'm stuck with the start date.
Let me know your thoughts
Sub tasks()
Dim OutApp As Object
Dim myItem As Object
Dim Body1 As String
Const myTitle = "Enter data"
myPrompt =...