View Single Post
 
Old 11-02-2025, 08:18 AM
RobiNew RobiNew is offline Windows 11 Office 2016
Competent Performer
 
Join Date: Sep 2023
Posts: 211
RobiNew is on a distinguished road
Default Code to remove all diacritics

Hi! Can someone help me with this code?
Sub RemoveDiacriticsFromName()
Dim Name As String
Name = "Túró" 'This is just an example
'Here: Insert code (not function) to remove all diacritics from any Name
MsgBox Name (= Turo)
End Sub
Reply With Quote