Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am relatively new to VB coding-
Someone suggested this as a way to change lower case letter to upper case letter when entered incorrectly by the user. I receive a Compile Error - Argument not Optional. Any idea what I am doing wrong? Right click sheet tabview codeinsert thismodify to suit your rangeSAVE workbook. Private Sub Worksheet_Change(ByVal Target As Range) If Not Intersect(Target.Range("H141:AK24")) Is Nothing Then Target = UCase(Target.Range) End If End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Too few arguments | Excel Worksheet Functions | |||
IF-more than 7 arguments in | Excel Worksheet Functions | |||
VBA ATP arguments | Excel Programming | |||
Arguments... | Excel Programming | |||
How Many Arguments? | Excel Programming |