Adnan_razaq
New Member
- Joined
- Nov 14, 2019
- Messages
- 11
Hi,
I'm trying to put piece of VBA code together to attach some PDF files in outlook and send out.
However, I sometimes work from my personal laptop and my business laptop. How can I code something like this
So that if I open the workbook on a another machine I would not need to to re-map the location of the PDF files to be attached. The PDF files are stored in the same folder as the workbook
Many Thanks in advance
I'm trying to put piece of VBA code together to attach some PDF files in outlook and send out.
However, I sometimes work from my personal laptop and my business laptop. How can I code something like this
VBA Code:
.Attachments.Add "C:\Users\arazaq\Documents\Black\PDF Reports\Demo PDF\UK FTSE 100 Equity.pdf"
So that if I open the workbook on a another machine I would not need to to re-map the location of the PDF files to be attached. The PDF files are stored in the same folder as the workbook
Many Thanks in advance