How do I load a formula into a column from a macro?
I tried:
ActiveSheet.Cells(6, 6) = "=SUM(H:H)"
But it doesn't work.....
Also, is there an object that returns the number of rows in a sheet? So
I can loop until I reach that number?

Suggestion...Please!