Changeto![]()
.Subject = Range("A2") & " needs looking at"
I think the code opens up a new instance of outlook anyway. It shouldn't matter if outlook is open or not.![]()
.Subject = Range("A" & i) & " needs looking at"
addand put an if statement along the lines of:![]()
Range("F" & i) = "SENT"
![]()
if not Range("F" & i) = "SENT" then 'code here end if
Bookmarks