Thread
:
Modify to ignore the first row.
View Single Post
#
1
Posted to microsoft.public.excel.programming
Steved
external usenet poster
Posts: 519
Modify to ignore the first row.
Hello from Steved
How can I modify the below to ignore the first row please.
Sub AddSum()
r = Range("$D$1000").End(xlUp)
MsgBox "SUM:" & Application.WorksheetFunction.Sum(Range("D:G"))
End Sub
Thankyou.
Reply With Quote
Steved
View Public Profile
Find all posts by Steved