Hello.
I'm trying to make a macro who search words who contains diacritics.I have the 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!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.