G Guest Sep 22, 2006 #1 would like to be able to highlight a range of cell then have the macro calculate that area
G Guest Sep 22, 2006 #4 Thanks Tom, Here is what I came Up with, works like a charm Sub RangeCalc() Set RangeToCalc = ActiveWindow.RangeSelection RangeToCalc.Calculate End Sub
Thanks Tom, Here is what I came Up with, works like a charm Sub RangeCalc() Set RangeToCalc = ActiveWindow.RangeSelection RangeToCalc.Calculate End Sub