D
Don Guillett
try changing the cells to their values
Sub FixRangeValues()
Selection.Value = Selection.Value
End Sub
or
copy>paste>special values
--
Don Guillett
SalesAid Software
(e-mail address removed)
checked the formatting in the cells to make sure it was correct and made
sure that the functions update automatically and everything seems fine
there. The columns next to this column are totalling properly. I cannot
figure out what is wrong. Help!!
Sub FixRangeValues()
Selection.Value = Selection.Value
End Sub
or
copy>paste>special values
--
Don Guillett
SalesAid Software
(e-mail address removed)
function. For some reason it is only coming up with a "0" total. I havebdorwart said:I am trying to total the numbers in a column using Autosum or the Sum
checked the formatting in the cells to make sure it was correct and made
sure that the functions update automatically and everything seems fine
there. The columns next to this column are totalling properly. I cannot
figure out what is wrong. Help!!