I'm trying to evaluate a formula through VBA Code, but the actual evaluation isn't occurring. When entered as just a formula via VBA, I get the expected results. It's when I try adding the Evaluate method, I get #Value errors. Here is the code that I have tried using:
If iALR > 1 Then
On...