Hello,
Hope you are well.
I am trying to colour four contiguous cells to a certain colour using two variables in a for Next Loop using the Offset statement. The flaw in my code is it only colours three contiguously, but not the fourth.
My code:
<code>
For x = 0 To 1 For y = 0 To 1...