Using Offset



Sub select_offset()
Range("C4").Offset(2, -1).Interior.Color = 222
End Sub



Comments

Popular posts from this blog

50 Excel VBA Oral Interview Questions