Ask For File Name? To Send E-Mail

D

Dave Elliott

Can I modify this code to make it ask for the file name?
And would it also be possible to make it ask for all files in the folder?
Maybe even ask for file by file, and if this will be the last file!
The code below adds the Invoice in the folder in pdf format

..Attachments.Add "C:\PDFReports\Invoice.pdf"
 
Top