Hi!
I would like to attach different types of file to my emails. This code worked well untill I placed the attachment adding.
.Attachments.Add "D:\8" & Range("S12").Value
After that it was stucked on runtime error 13 type mismatch.
Can anybody help me with this?
Sub Send_Mail2()
'
'...