J
jasper.nijkamp
Hello!
Im in the following situation:
I wrote a macro with sets the name of the document to the date and
subject from the letter.
and when you run the macro, word will merge the letter to a new
document (so you'll lose the connection to the crm system) and you'll
automaticly get the SaveAs window. However, i want word to automaticly
select a certain pathname aswell.
Lets say i want the clientnumber to be the pathname.
Word gets the MergeField clientnumber from a crm system we use.
For example:
if the clientnumber is 12345
i want the path to be C:\clients\12345\
is this possible?
If it is, what should the code look like?
Thanks in advance.
Kind regards,
Jasper Nijkamp
Im in the following situation:
I wrote a macro with sets the name of the document to the date and
subject from the letter.
and when you run the macro, word will merge the letter to a new
document (so you'll lose the connection to the crm system) and you'll
automaticly get the SaveAs window. However, i want word to automaticly
select a certain pathname aswell.
Lets say i want the clientnumber to be the pathname.
Word gets the MergeField clientnumber from a crm system we use.
For example:
if the clientnumber is 12345
i want the path to be C:\clients\12345\
is this possible?
If it is, what should the code look like?
Thanks in advance.
Kind regards,
Jasper Nijkamp