Hi I am using strcomp method to compare the login id provided in the userform with the login id already present in the excel sheet
I want to make this search case sensitive
if i use Login ID is ABC and the excel sheet as abc, it should not allow me to login.
If StrComp(Trim(lgtxtbxlid.Value), Trim(varlid), vbTextCompare) = 0 Then
i have even tried vbbinarycompare still it didnot work
I want to make this search case sensitive
if i use Login ID is ABC and the excel sheet as abc, it should not allow me to login.
If StrComp(Trim(lgtxtbxlid.Value), Trim(varlid), vbTextCompare) = 0 Then
i have even tried vbbinarycompare still it didnot work