I have send-email macro that I want to call from a worksheet_calculate
event.
I have a formula in cell that enters 1 in cell A1, when a date compare
formula exucutes. If the result of the calculation causes a "1" to be
placed in cell A1, the send-email macro should be called. Mail_CDO is
the name of the send-email macro.
I have played around with this for a long time and I am getting
multiple firings of the called macro.
Anyone?