I want to consider these two strings for example equal: leve mur#1 and leve mur
I found Like and InStr but I'm not interested in the position. I just want to ignore what's after the hashtag.
Dim oHead As Long
oHead = wF.Match(LookingHead.Value, _
Range("A1", Cells(1, _
Range("A1").SpecialCells(xlCellTypeLastCell).Column)), False)