![]() |
|
|
Thread Tools | Display Modes |
#6
|
||||
|
||||
![]() Quote:
Also processing sequentially in this manner is very slow compared with FIND. One way to check whether the Right string value is upper case is to compare the upper case version with the actual value e.g. If Right(strText, 1) = Right(UCase(strText), 1) Then MsgBox "Upper Case" Else MsgBox "Lower case" End If As Paul also has asked, what are you going to do with the strings found?
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
Tags |
right function, upper |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
clements55 | Excel | 1 | 08-20-2014 11:34 PM |
![]() |
omahadivision | Excel Programming | 12 | 11-23-2013 12:10 PM |
![]() |
drhauser | Mail Merge | 2 | 12-14-2011 02:18 PM |
![]() |
Andy2011 | Word VBA | 1 | 07-22-2011 04:34 PM |
![]() |
Eduardo | Word VBA | 5 | 06-15-2009 01:55 AM |