Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is what Ive got to work with. Insted of where the X
is I need that to be any text for example a name. If the text or name is enter the other cell turns red If the text name is removed from the cell it turns back to white. If Target.Address = "$F$14" Or Target.Address = "$F$16" Then If UCase(Target) = "X" Then If Len(Range("F22")) = 0 Then Range("F22").Interior.ColorIndex = 3 End If End If End If If Target.Address = "$F$14" Or Target.Address = "$F$16" Then If UCase(Target) = "X" Then If Len(Range("F23")) = 0 Then Range("F23").Interior.ColorIndex = 3 End If End If End If |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I enter Help text for a cell | Excel Worksheet Functions | |||
Automatically enter cell text | Excel Discussion (Misc queries) | |||
Enter text in a cell to return a text value in same cell | Excel Discussion (Misc queries) | |||
What is the Chr() code for Alt+Enter in a cell when entering text? | Excel Discussion (Misc queries) | |||
Need VBA code to enter text into a textbox !!!! | Excel Discussion (Misc queries) |