You can do it either way. You could equally have created another string Constant e.g.
Const strCC as String = "someone@somewhere.com"
and used .CC = strCC
The result would be the same.
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes www.gmayor.com
|