Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If a small letter is entered into a specific cell, I need it to be upper case
or to have the code recognize either lower or upper case for the Worksheet_Change to fire. I've tried putting the UCase in, but nothing is working. Here is the code without the UCase in it: I Need L23 to be Upper Case for this to work currently. If Target.Address = "$L$23" Then Set Target = Range("K23") DWSat = Range("K23") BSat = Range("L23") If BSat = "Y" And DWSat = 0 Then MsgBox "You Have Turned On Your Budget. You Must Now Set a Daily Daily Weight!", Buttons:=vbExclamation Target.Select End If End If |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using worksheet_change to change value of target cell?? | Excel Programming | |||
Worksheet_change Target Address is Reference Cell | Excel Programming | |||
Worksheet_change Target Address is Reference Cell | Excel Programming | |||
Worksheet_change Target Address is Reference Cell | Excel Programming | |||
How find if target is object in Worksheet_Change (ByVal Target As.. ?) | Excel Programming |