I've been using an inherited excel macro to generate a email using objMailItem and have worked out the basics, but am struggling to put in place some changes that will allow the macro to do things a little better.
Currently I have the following :
With objMailItem
.To = tolist
.Cc = cclist...