T
Tornados
Hello,
I have this setup:
When a certain cell changes value folllowing a calculation an automatic
email is sent. This uses Worksheet_calculation in which i call a
sendmail macro. This works fine.
However sometimes the cell value changes too much and too many emails
are being send. Therefore i would like to make sure that when a macro
event has been triggered, it will not send another email in for example
10 minutes..
Anyone? Thanks in advance. Ivo
ps. I already tried application.wait. however in this case the macro
continues to run and excel will sort of freeze for those 10 minutes,
which is not what i can afford
I have this setup:
When a certain cell changes value folllowing a calculation an automatic
email is sent. This uses Worksheet_calculation in which i call a
sendmail macro. This works fine.
However sometimes the cell value changes too much and too many emails
are being send. Therefore i would like to make sure that when a macro
event has been triggered, it will not send another email in for example
10 minutes..
Anyone? Thanks in advance. Ivo
ps. I already tried application.wait. however in this case the macro
continues to run and excel will sort of freeze for those 10 minutes,
which is not what i can afford
