View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
msnyc07 msnyc07 is offline
external usenet poster
 
Posts: 93
Default Check to see if entire string is UpperCase?

I know I can check if an individual character is uppercase If X Like "[A-Z]"
but is there a way to check if a string of indeterminate length is all
uppercase?