![]() |
#1
|
|||
|
|||
![]()
I’m trying to convert all uppercase letters in just one column to lowercase. I am continually pasting data into this column so I do not want to do this with a formula that would have to involve a second column. I looked into data validation but it seems it is limited to correcting at the time of data entry which won’t work for me. I tried this…
Private Sub Worksheet_Change(ByVal Target As Range) Target.Value = VBA.LCase(Target.Value) End Sub but the way it was written seems to apply to the complete sheet and not just one column. If this could be corrected (I don’t know the procedure) it may still be a problem as I find if more than one cell is being pasted at once it brings a run-time error. I was hoping that there was maybe a way to format the column but I can’t figure that out either. Any ideals here? |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
onlywonderboy | Word VBA | 1 | 12-21-2017 08:57 PM |
![]() |
lmb100 | Word | 4 | 08-07-2015 06:57 AM |
![]() |
SusanG | Word | 2 | 06-06-2012 11:58 PM |
Search for paras beginging with a lower case | MShroff | Word | 1 | 10-19-2010 06:41 AM |
Upper to lower case | jd | Excel | 1 | 04-28-2006 07:40 AM |