I am using the following code to store a formula in a range name. Is there a way to store the value derived from that formula in another name so that the next time the macro is run it can compare the old value to the current value.
Names.Add name:="TotalExp", rrefersTo:="=Sum(Sheet1!$D:$D)"
Any suggestions would be appreciated.
Names.Add name:="TotalExp", rrefersTo:="=Sum(Sheet1!$D:$D)"
Any suggestions would be appreciated.