Good Morning All,
I am trying to send a mail via the following code:
Sub sendMail()
Dim sj As String
sj = "Today"
ActiveWorkbook.sendMail Recipients:="Nav, Ben", Subject:=sj
End Sub
I have tried:
Application.CommandBars("Custom 1"
.Visible = False
But that doesn't work.
I am trying to send a mail via the following code:
Sub sendMail()
Dim sj As String
sj = "Today"
ActiveWorkbook.sendMail Recipients:="Nav, Ben", Subject:=sj
End Sub
I have tried:
Application.CommandBars("Custom 1"
But that doesn't work.