Hi:
I have a VBA routine that has a formula like Worksheet("Sheet1").Range("A53").Formula = ""=MATCH(A52,AM6:AM50,0)".
When I am in manual recalculation mode and hit F9, this works perfectly. But when I am automatic recalculation mode, the function does not get evaluated. The formula does appear in the cell, but is not calculated. Any ideas will be greatly appreciated. Thanks
I have a VBA routine that has a formula like Worksheet("Sheet1").Range("A53").Formula = ""=MATCH(A52,AM6:AM50,0)".
When I am in manual recalculation mode and hit F9, this works perfectly. But when I am automatic recalculation mode, the function does not get evaluated. The formula does appear in the cell, but is not calculated. Any ideas will be greatly appreciated. Thanks