adamprocter
Board Regular
- Joined
- Apr 13, 2015
- Messages
- 53
I have an excel document that opens and pastes stuff into a word document
This code works like a dream
But i would like to be able to move the excel file and word to a dropbox folder and use on any PC
so I tried
Looked in C:\
Any ideas ?
This code works like a dream
Code:
Set wdDoc = .Documents.Open("C:\Users\Adam\Desktop\Sample_template.docx")
But i would like to be able to move the excel file and word to a dropbox folder and use on any PC
so I tried
Code:
Set wdDoc = .Documents.Open("\sample_template.docx")
Looked in C:\
Any ideas ?