How to open specifice MS Word document (mail merge) from a form?

J

jmuirman

I found this in another post and it basically answers my question - but wht
do I do with theis - do I paste it somewhere??

Also, does this look correct?

Thanks,

John



strDocToOpen = "Documents and Settings\John Muir\My
Documents\LETTER-TEMPLATE ALL PARTIES TO LOSS.doc"
application.FollowHyperlink strDoc
 
J

jmuirman

Thanks - this is a little above my head. I have already made the Word doc and
have merged via MS Word "Mail Merge" - I don't know where to put "code". Is
there some other way?

Thanks,

John
 
Top