ryan_law2000
Well-known Member
- Joined
- Oct 2, 2007
- Messages
- 738
hey everyone,
i have this code
Works great other then once the cell/cells are highlighted it does not select a cell. I want it to select the active cell (or bottom cell if a range is selected) after the cell is colored
i have this code
Code:
Private Sub Yellow_Click()
With Selection.Interior
.Pattern = xlSolid
.PatternColorIndex = xlAutomatic
.Color = 65535
.TintAndShade = 0
.PatternTintAndShade = 0
End With
End Sub
Works great other then once the cell/cells are highlighted it does not select a cell. I want it to select the active cell (or bottom cell if a range is selected) after the cell is colored