News

I was wondering if anyone knows how to automatically repeat a row every nth row. I have data that I would like to see the row that contains the contents. All I can find online is printing it at ...
Here's how I've done it in the past. Select the data in every nth row (here's some VBScript to do it), then copy it into another worksheet and graph it.