gheyman
Well-known Member
- Joined
- Nov 14, 2005
- Messages
- 2,347
- Office Version
- 365
- Platform
- Windows
Is there a better way to do this
Range("D8:E8").Select
With Selection.Interior
.TintAndShade = -4.99893185216834E-02
End With
Range("D10:E10").Select
With Selection.Interior
.TintAndShade = -4.99893185216834E-02
End With
Range("D12:E12").Select
With Selection.Interior
.TintAndShade = -4.99893185216834E-02
End With
Range("D14:E14").Select
With Selection.Interior
.TintAndShade = -4.99893185216834E-02
End With
Range("D16:E16").Select
With Selection.Interior
.TintAndShade = -4.99893185216834E-02
I am doing this all the way down to row 64 It is every other row tint the cells this color grey
Range("D8:E8").Select
With Selection.Interior
.TintAndShade = -4.99893185216834E-02
End With
Range("D10:E10").Select
With Selection.Interior
.TintAndShade = -4.99893185216834E-02
End With
Range("D12:E12").Select
With Selection.Interior
.TintAndShade = -4.99893185216834E-02
End With
Range("D14:E14").Select
With Selection.Interior
.TintAndShade = -4.99893185216834E-02
End With
Range("D16:E16").Select
With Selection.Interior
.TintAndShade = -4.99893185216834E-02
I am doing this all the way down to row 64 It is every other row tint the cells this color grey