Hi Guys... I have a requirement like this... I have values like this in excel sheet
1
2
3
4
5
6
7
I need to create a vba code to add every 3rd row. for eg) 1+4+7+ ... until EOF in the current range.. Can you suggest me how to do a vba coding for that... Thanks in advance