leroivroro
Technical User
Hello.
I'm trying to make a macro who search words who contains diacritics.I have the code :
..but finds only word without diacritics. Can you help me pls? Thank you!
I'm trying to make a macro who search words who contains diacritics.I have the code :
Code:
Sub test()
Dim x As String
x = InputBox("What Date?")
Cells.Find(What:=x).Select
End Sub
..but finds only word without diacritics. Can you help me pls? Thank you!