Hi,

I have written a little code that performs some formatting on the activecell.

Now, I would like for Excel to do this for every tenth cell in column C, starting at row 5.

So I would like my code to run in cell C5, then cell C15, then cel C25 etc. until cell C1585

How do I go about this in VBA?

regards,
kbka