Hi all,
i need to attach a file in a outlook from my local path wherein the path keeps changing in a daily basis however it would be better for me if i do a changes in a cell reference instead of directly in the macro. below is the syntax which i directly keep changing the path in the macro which is not suitable for me.
2. and also i want to attach a file using the first 3 letter of the file name.
.Attachments.Add "Z:\COMMON\\2018\Mar\07\ATL.xlsx"
Anyone can help on this.
i need to attach a file in a outlook from my local path wherein the path keeps changing in a daily basis however it would be better for me if i do a changes in a cell reference instead of directly in the macro. below is the syntax which i directly keep changing the path in the macro which is not suitable for me.
2. and also i want to attach a file using the first 3 letter of the file name.
.Attachments.Add "Z:\COMMON\\2018\Mar\07\ATL.xlsx"
Anyone can help on this.