Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
rmd rmd is offline
external usenet poster
 
Posts: 2
Default Cell pointer position

I want to use conditional formatting to highlight certain cells based on the
position of the cell pointer. Is this posible?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default Cell pointer position

You can use a macro within a worksheet event in the sheet module
Private Sub Worksheet_SelectionChange(ByVal Target As Range)

End Sub
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"rmd" wrote in message
...
I want to use conditional formatting to highlight certain cells based on
the
position of the cell pointer. Is this posible?


  #3   Report Post  
Posted to microsoft.public.excel.misc
rmd rmd is offline
external usenet poster
 
Posts: 2
Default Cell pointer position

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.

"Don Guillett" wrote:

You can use a macro within a worksheet event in the sheet module
Private Sub Worksheet_SelectionChange(ByVal Target As Range)

End Sub
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"rmd" wrote in message
...
I want to use conditional formatting to highlight certain cells based on
the
position of the cell pointer. Is this posible?


.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pointer and Cell RussL Excel Discussion (Misc queries) 1 October 10th 09 06:21 AM
Cell pointer AJ Excel Discussion (Misc queries) 7 September 2nd 08 05:41 PM
mouse pointer over cell Atishoo Excel Discussion (Misc queries) 1 June 16th 08 05:35 PM
Comment Box Position & Pointer David Excel Discussion (Misc queries) 0 February 7th 06 12:55 AM
Pointer position on opening Jazz Drummer Excel Discussion (Misc queries) 0 October 7th 05 11:33 PM


All times are GMT +1. The time now is 05:17 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"