I want to check every nth cell in a named range to see if it ="a"
If it does, i want to hide that column and next two columns and then keep going.
How do I use a "For Each c in MyRange" type line but looping through every nth cell and not each cell?
If it does, i want to hide that column and next two columns and then keep going.
How do I use a "For Each c in MyRange" type line but looping through every nth cell and not each cell?