Hi,
I am trying to do something like this :
>>> use code - tags <<<
In A1 I have a formula to set it to 1 based on a condition.
I call RecordData from trigger Worksheet_Change().
But when A1 becomes 1, worksheet_change() is not getting invoked.
Any help is greatly appreciated. If you want me to put all the code let me know.
I am trying to do something like this :
>>> use code - tags <<<
Code:
Sub RecordData()
xVal = Range(“A1”).value
If cal <>0 Then
Msg “hello”
End if
End
In A1 I have a formula to set it to 1 based on a condition.
I call RecordData from trigger Worksheet_Change().
But when A1 becomes 1, worksheet_change() is not getting invoked.
Any help is greatly appreciated. If you want me to put all the code let me know.