I have an Excel file named \"Home Audio for Planning (28-3-2013).
The date will change every day but the text will be the same.
How do I attach those files t
Did you try to change the attachemnt name dynamic. For ex;
.Attachments.Add ("C:\Users\Desktop\Today\Home Audio for Planning (" + timeVariable + ").xlsx")
and you can set the time variable before to match the date of the date in the required format.
Cheers