Thanks to both of you Gentlemen. I have checked the second one only and works smoothly. Originally Posted by Excel Fox Code: .Subject = varBody(1, 3) & ", Expired account notification" Originally Posted by Admin HI like Code: .Subject = Range("C" & i).Value & ", Expired account notification" Thanks Baris
.Subject = varBody(1, 3) & ", Expired account notification"
.Subject = Range("C" & i).Value & ", Expired account notification"
Forum Rules
Bookmarks