Hello, I am attempting to attach a file to an email with a macro and am currently using:
.Attachments.Add ("H:\PALMERL\Power Report Test.xls")
Is there a way to reference the file name from a cell but keeping the same directory? Perhaps it is easier to have both the path and file name both located in the same cell reference.
Thanks
.Attachments.Add ("H:\PALMERL\Power Report Test.xls")
Is there a way to reference the file name from a cell but keeping the same directory? Perhaps it is easier to have both the path and file name both located in the same cell reference.
Thanks