Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I've set a Hyperlink from Guidance notes to cells in a second worksheet. All
I want is to make the cursor an alternative colour so that the reader will identify the cell quickly. I'm sure I've done this before but can't remember. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Change color of cursor for a range:
Apply conditionnal format to range A1:E20 e.g. =AND(ROW()=CELL("row"),COLUMN()=CELL("column")) Code in sheet: Private Sub Worksheet_SelectionChange(ByVal Target As Range) Calculate End Sub http://cjoint.com/?bxg3CDFzGJ JB http://boisgontierjacques.free.fr On 21 jan, 03:10, Alphalacey wrote: I've set a Hyperlink from Guidance notes to cells in a second worksheet. All I want is to make the cursor an alternative colour so that the reader will identify the cell quickly. I'm sure I've done this before but can't remember. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
change colour of cursor | Excel Discussion (Misc queries) | |||
change a cell background colour to my own RGB colour requirements | Excel Discussion (Misc queries) | |||
How do I change the cursor colour in Excel? | Setting up and Configuration of Excel | |||
font colour won't change in Excel 2003 | Excel Discussion (Misc queries) | |||
Change Font colour mid-worksheet: Excel 2003 | Excel Discussion (Misc queries) |