So in your attachment, you can check column N like this
You'll have to make the adjustments..... if it's not clear, post back with a sample of the excel saved attachmentsCode:If Range("N" & lngRow).Value < 5 Then 'your code to send the message 'in the To part, use Range("C" & lngRow).Value Else 'Do Nothing End if




Reply With Quote
Bookmarks