K
Kristen
I have this to start
Sub Total()
Range("D1").Value = Range("E1").Value + Range("F1").Value
What do I have to add to this so it continues down 500 rows (D500 = E500
+D500)
Thanks in advance!
Sub Total()
Range("D1").Value = Range("E1").Value + Range("F1").Value
What do I have to add to this so it continues down 500 rows (D500 = E500
+D500)
Thanks in advance!