Excel help please
 

  You don't need to be an 'investor' to invest in Singletrack: 6 days left: 95% of target - Find out more

[Closed] Excel help please

2 Posts
3 Users
0 Reactions
39 Views
Posts: 0
Free Member
Topic starter
 

Is it possible to be able to click in to a cell and get others to change colour or highlight the text. For example click in to A1 and at that point B3 & C5 turn green.
If so can someone point the right way as I can not even think of what to search on. Thanks


 
Posted : 24/02/2010 9:29 am
Posts: 3598
Full Member
 

conditional format the cells you want to change colour using if cell value is equal to ?? (I generally use my initials "TM").

Then you'll need to create an if function in the original cell.

=IF(A1<=1,"TM")


 
Posted : 24/02/2010 9:39 am
Posts: 145
Free Member
 

Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range)

Set A = Range("A1")

If ActiveCell = A Then

Range("B3,C5").Select
Selection.Interior.ColorIndex = 4

Else: End If

End Sub


 
Posted : 24/02/2010 9:44 am

6 DAYS LEFT
We are currently at 95% of our target!