drom
Well-known Member
- Joined
- Mar 20, 2005
- Messages
- 546
- Office Version
- 2021
- 2019
- 2016
- 2013
- 2011
- 2010
- 2007
Hi and Thanks in advance
When I ise Outlook to send a mail using Excel/VBA
I can see if everything goes fine using the code:
When using Gmail with App Password which one is the equivalent to display ?
When I ise Outlook to send a mail using Excel/VBA
I can see if everything goes fine using the code:
VBA Code:
Stop
'And from now On F8
With OutMail
.Display
Signature = .HTMLBody
.To = wEmail
.CC = wCC
.BCC = wBCC
.Send
End With
When using Gmail with App Password which one is the equivalent to display ?