SyntaxFix
Write A Post
Hire A Developer
Questions
It is a bit of hack but will do the task.
Function equalsIgnoreCase(str1 As String, str2 As String) As Boolean equalsIgnoreCase = LCase(str1) = LCase(str2) End Function