When I run my code I get run time error 2147024843 and says it cannot save attachment. Can anyone help? Below is my code with debug in blue.
Sub SaveAttachmenttoSharePoint()
'Declaration
Dim myItems, myItem, myAttachments, myAttachment As Object
Dim myOrt As String
Dim myOlApp As New...