I have office 2010. i want to send an email from excel vba but not get the wmessages that ask me to approve it.
the code for sending the email is
the code for sending the email is
HTML:
ActiveWorkbook.SendForReview _
Recipients:="jsbates@atienterprises.edu; rcandelaria@stvt.edu; bcgarza@atienterprises.edu", _
Subject:=filename, _
ShowMessage:=False, _
IncludeAttachment:=True