I needed to create a simple highlighting macro, but was not precisely sure how to go about it. I experimented around a little bit, but failed. Essentially, it would need to highlight every 14th row of data in yellow.

So basically ... .

14th row highlighted
28th row highlighted
42th row highlighted
56th row highlighted
70th row highlighted
etc ...

How would I go about doing this?

Thanks ahead of time.