Hi everyone.
How can I use Mailto: in word VBA to send an e-mail.
I use a database with e-mail adresses and join them togeter like this example string
StrMail = "
[email protected];
[email protected];
[email protected]"
What is the syntax in word to send mailto:(Strmail)
am a new with this
rgrds,
Paul.