Hi, I am trying to figure out how to change a value in a cell using VBA in Excel...this would occur within the cell itself...if the value is >= 0.95, I want to divide the value by 1,000, if >= .095 and < .95, I want to divide the value by 100, and if >= .0095 and < .095, I want to divide by 10...