Hello,
I am getting he following error when trying to run this macro. Can someone help me correct it.
"Compile error User-defined type not defined"
The purpose of the vba is to email the latest file from a shared location
Option Explicit
Sub GenerateEmail()
Dim objOutLook As Object...