Dear all :)
I am trying to create a vba macro that allows me to open new message in outlook and attach most recent xlsx file from my folder path. All after click one button.
Here is what I have at this moment:
'Open new message
Sub OpenOutlook()
Dim Outlook As Object, Outmail As Object
Set...