Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks Guys,
That helps. -Minitman On Thu, 29 Apr 2004 17:28:39 +0100, "Bob Phillips" wrote: The obvious way Private Sub Worksheet_Change(ByVal Target As Range) On Error GoTo ws_exit: Application.EnableEvents = False If Not Intersect(Target, Me.Range("A1:H10")) Is Nothing Then With Target .Value = UCase(.Value) End With End If ws_exit: Application.EnableEvents = True End Sub worksheet code module. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change Text Color in one cell based upon entry in referenced cell | Excel Discussion (Misc queries) | |||
change cell values of to reflect most current entry in a range | Excel Worksheet Functions | |||
Change colour of cells depending on entry in one cell | Excel Worksheet Functions | |||
How do I change cell color upon entry, and exit? | Excel Worksheet Functions | |||
Make cell entry event change another cell? | Excel Programming |