Hi people.
I am trying to test for a variance (subtotal1 - subtotal2 = variance). I am using If variance <> 0 Then MsgBox "Variance error" End If. This worked fine until I changed the formatting of the cell from currency to accounting. I would rather have accounting formatting if possible. Instead of the Variance cell having 0, now it has $ - . This doesn't seem to have the same value as 0. I need to know how to test for this NULL amount. Thank you. DAVE
I am trying to test for a variance (subtotal1 - subtotal2 = variance). I am using If variance <> 0 Then MsgBox "Variance error" End If. This worked fine until I changed the formatting of the cell from currency to accounting. I would rather have accounting formatting if possible. Instead of the Variance cell having 0, now it has $ - . This doesn't seem to have the same value as 0. I need to know how to test for this NULL amount. Thank you. DAVE