U
universal
Hello All,
Id like to be able to highlight a row (whichever I have the curso
currently on) but only as far as column AP.
As a start Ive got:
Sub VirtualRuler()
ActiveCell.EntireRow.Select
With Selection.Interior
.ColorIndex = 36
.Pattern = xlSolid
End With
End Sub
But this highlights all the way across the page.
As a further point, it would be quite nice if the same button tha
turns it on then removes it again, but I suspect the best way to d
this would be to re-colour the whole page
Id like to be able to highlight a row (whichever I have the curso
currently on) but only as far as column AP.
As a start Ive got:
Sub VirtualRuler()
ActiveCell.EntireRow.Select
With Selection.Interior
.ColorIndex = 36
.Pattern = xlSolid
End With
End Sub
But this highlights all the way across the page.
As a further point, it would be quite nice if the same button tha
turns it on then removes it again, but I suspect the best way to d
this would be to re-colour the whole page