Thread: case
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default case

And VBA also has a StrComp function.

You could use that to test for exact matches, too.

phil wrote:

is it possible to check the case of a letter. All the functions i found in
help seem to be able to convert text to a particular case but not check the
case


--

Dave Peterson