Quantcast
Channel: Active questions tagged utf-8 - Stack Overflow
Viewing all articles
Browse latest Browse all 1045

Save text file UTF-8 encoded with VBA

$
0
0

how can I write UTF-8 encoded strings to a textfile from vba, like

Dim fnum As Integerfnum = FreeFileOpen "myfile.txt" For Output As fnumPrint #fnum, "special characters: äöüß"'latin-1 or something by defaultClose fnum

Is there some setting on Application level?


Viewing all articles
Browse latest Browse all 1045

Trending Articles