Word 2007 VBA: bcc and cc fields?

  • Hello everyone!
    I'm working on a macro based on following example www.howto-outlook.com/howto/senddocasmail.htm

    Does anyone knows if there's a way to specify cc, bcc and subject line in Word's macro? I did some research and wasn't able to find anything word related. Something's telling me that I'll have to do a different macro for outlook message and go from there.

    Can someone help me out?
    Thank you

  • Re: Word 2007 VBA: bcc and cc fields?


    This is how you can set a bcc:



    This is how you set the subject:

    Code
    oItem.Subject = "mysubject"
  • Re: Word 2007 VBA: bcc and cc fields?


    Do you think it's possible to autosend this message right away without clicking on "Sent" button?

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!