Forum home » Delegate support and help forum » Microsoft Excel Training and help » microsoft+excel+training+london - Case sensitive text
microsoft+excel+training+london - Case sensitive text
Resolved · Low Priority · Version Standard
James has attended:
Excel VBA Intro Intermediate course
Case sensitive text
When comparing text does it matter if both names are not in the same case?
For upcoming training course dates see: Pricing & availability
RE: Case sensitive text
James
Yes. It can matter.
Excel compares the binary values of text as default (eg "A" does not equal "a")
To compare text as default write
Option Compare Text
in the General / Declarations section of the code window
Carlos
|
