Cell pointer position

  • Thread starter Thread starter rmd
  • Start date Start date
R

rmd

I want to use conditional formatting to highlight certain cells based on the
position of the cell pointer. Is this posible?
 
You can use a macro within a worksheet event in the sheet module
Private Sub Worksheet_SelectionChange(ByVal Target As Range)

End Sub
 
Don, thanks for the response. Unfortunately, I'm not a programmer and not
that familiar with writing VBA code (althouh I have written some). Is there
a way to do what I want without writing code? And just to clarify, an
example of what I need done is when the cell pointer is placed in certain
cells I want those cells to be highlighted.

Thanks.
 
If desired, send your file to my address below. I will only look if:
1. You send a copy of this message on an inserted sheet
2. You give me the newsgroup and the subject line
3. You send a clear explanation of what you want
4. You send before/after examples and expected results.
 
Back
Top