macro runned when certain cells are changed
Posted by Pasi Vartiainen on March 06, 2001 4:26 AM
I want to make my macro run every time when cell B4 or B5 value is chanced. Is there some private sub attatced to sheet which allows me to do this. Private Sub Workbook_change () is not good, because it activates macro every time when something is changed in sheet. So, my problem is what is the name of this kind of procedure?
I Hope that someone can help...
Pasi Vartiainen