ankita.sethi
Board Regular
- Joined
- Apr 27, 2011
- Messages
- 58
Hi,
I am trying to build a code where some message needs to pop out when a certain condition is met.
lets say the condition is that Cells("B12").Value > 500.
This cell has a formula which is the sum of some other cells. As soon as this sum crosses 500, i need a message to pop up using msgbox.
Please help me do this.
I searched a lot and found lots of info about conditional 'formatting' but couldn't work my way around this.
Any help would be appreciated.
Regards,
Ankita
I am trying to build a code where some message needs to pop out when a certain condition is met.
lets say the condition is that Cells("B12").Value > 500.
This cell has a formula which is the sum of some other cells. As soon as this sum crosses 500, i need a message to pop up using msgbox.
Please help me do this.
I searched a lot and found lots of info about conditional 'formatting' but couldn't work my way around this.
Any help would be appreciated.
Regards,
Ankita