My find command can't find records if the casing are not right This is the command I used:
Do Until Cells(i, j) = txttno
i = i + 1
If Cells(i, j) = "" Then
MsgBox ("Record does not exist")
Exit Sub
End If
Loop
So, when i want to find of ex: "P-100" i have to type "P-100" it won't work when i type "p-100".