Hey all!
I have a excel macro that does all kinds of things in an email. Copies snippets of data into there, saves and attaches its self to the email and sends it to an email address shown is a cell, as well as CC'ing whoever i need.
The code used for this section is.
Which is perfect, BUT.......... id like the cells it reads the values from to be on another tab/sheet that will be hidden.![]()
With OutMail .To = [z6].Value & "; " & [aa6].Value & "; " & [ab6].Value .CC = "" .BCC = ""
How do i alter the above to read, for example, Z6 on another sheet named Email Template.
Thanks in advance!
Bookmarks