I tried many proper unicodes for letter schwa "ə" and without dot "ı" in the VBA editor. None of them display these letters correctly.
Tried to change font shrifts but it gives an error with Russian letters.
I need both of them displayed on editor as path and there is no way to change the folder path.
I tried character wide in VBA of u+01DD, u+0259 like &H259,1DD but the result is question mark or different character.
u+0131 gives an exact i with dot.
How to display these characters in VBA?
FolderName = "C...ə(?)lsheth/folders/"
FileName =Dir(FolderName & "*.xls*")
Do While FileName <> ""
Debug.Print FileName
FileName = Dir()
Loop
gives an error 52, Bad name or number
I think there are many versions of schwa latin letter, and I need to try all of them as I think the solution must be one of them.
How to convert them to use in chrW() for VBA?
From unicode page:
0259 ə Latin Small Letter Schwa
• mid-central unrounded vowel
• uppercase is 018F Ə
• variant uppercase form 018E Ǝ is associated with 01DD ǝ
→ 01DD ǝ latin small letter turned e
→ 04D9 ә cyrillic small letter schwa
↑ 018F Ə latin capital letter schwa