Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SendMail with recipient as "cc"

Status
Not open for further replies.

dmposey61

Technical User
Mar 26, 2004
11
US
I am trying to send a word document as an attachement but need to include a recipient as a "cc". I can use either macro but having trouble adding my "Cc:". Can someone help with this?

Options.SendMailAttach = True
ActiveDocument.SendMail
or
Private Sub CommandButton1_Click()
ThisDocument.SendForReview _
Recipients:="af14", _
Subject:="Vacation Request Form", _
ShowMessage:=False, _
IncludeAttachment:=True
End Sub

Thanks,
dmposey
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top