A
alvin Kuiper
Hi
I have this:
is there a way to add a bcc adress
With Destwb
.SaveAs TempFilePath & TempFileName & FileExtStr, _
FileFormat:=FileFormatNum
'On Error Resume Next
' .SendMail "(e-mail address removed)"
Application.DisplayAlerts = False
ActiveWorkbook.SendMail Recipients:="(e-mail address removed)", _
Subject:=strSubject
On Error GoTo 0
.Close SaveChanges:=False
End With
Alvin
I have this:
is there a way to add a bcc adress
With Destwb
.SaveAs TempFilePath & TempFileName & FileExtStr, _
FileFormat:=FileFormatNum
'On Error Resume Next
' .SendMail "(e-mail address removed)"
Application.DisplayAlerts = False
ActiveWorkbook.SendMail Recipients:="(e-mail address removed)", _
Subject:=strSubject
On Error GoTo 0
.Close SaveChanges:=False
End With
Alvin