I have a strange, to me, situation: I have an If stmt that tests for the existence of three files; if none of these files exist, than a subroutine is called that sends an e-mail; if one or more of these files exist, then a second sub is called that sends another e-mail. The problem is that when the second sub is called, and attachment(s) for the e-mail are defined, the 'focus' abruptly, and prematurely, transfers back to the macro that called the second sub, without sending the e-mail. (I 'stepped-thru' the code to attempt to debug.) Any clue as to what is going on?
Thanks for a response.
Chuckles123