Does anyone know the VB Property/Method that will return the absolute value of a given cell which can then be used in a formula.
Ex.
The value in a cell is -600 and I’m trying to test for values greater than 200. I want to change this value to 600 and then compare against my condition. I know that =ABS will do it in Excel but I would like to put it’s equivalent into my existing code.
By the way I would like to expressly thank Andrew and Legare for your help on my previous conditional formatting challenge. The process works beautifully!!