rickincanada
Board Regular
- Joined
- Aug 31, 2010
- Messages
- 61
Hi there I'm struggling with the following problem and hoping that someone can provide me with some guidance.
I'm attempting to use the Worksheet_Change(ByVal Target As Range) to call a macro when Target.Address = "$F$25" however the problem is that F25 is a formulated value. Therefore I'm wanting the macro to run when other cells are modified that effect the value in F25. The reason for this is I have a series of check boxes that effect the value in this cell, therefore using the Change ByVal on the check box cells doesn't work. The trouble is that even when the value in F25 changes the macro doesn't run as the formula in F25 hasn't been modified. Is this possible?
Thanks for any help you can provide.
I'm attempting to use the Worksheet_Change(ByVal Target As Range) to call a macro when Target.Address = "$F$25" however the problem is that F25 is a formulated value. Therefore I'm wanting the macro to run when other cells are modified that effect the value in F25. The reason for this is I have a series of check boxes that effect the value in this cell, therefore using the Change ByVal on the check box cells doesn't work. The trouble is that even when the value in F25 changes the macro doesn't run as the formula in F25 hasn't been modified. Is this possible?
Thanks for any help you can provide.