Here is the code I found and slightly altered. It gets a run-time error on the bolded line below. It worked prior to me trying to convert but now I need to make it compatible with other versions of Outlook. Please advise.
Sub CreateTask()
Dim OLApp As Object
Dim olName As Object
Dim olFolder...