Hi everybody,
I have this VBA code which works on the data starting from Row2 of worksheet. Instead of Row2, I want it to start from row5. I tried to change it a little but I was not successful. How can i do this? please. thanks.
Sub Intervals() Dim R As Range, C As Range
With...