Hi,
Not sure if this is better suited here or the main forum, but here goes
I have the code below that is supposed to save an email attachment to a defined location on receipt in Outlook.
Private WithEvents Items As Outlook.Items
Private Sub Application_Startup()
Dim olApp As...