Can I get VBA script to read a word with both lcase and ucase lett
Hi!
I am using this script but it can only read text with small letters. Can I
change it to read with both small and big letters:
Case Is = "i13"
If LCase(.Value) = LCase("select door") Then
'skipit
End If
|