hello!
i'm using this part of source in my VBA project
With objWdDoc
.SaveEncoding = msoEncodingUTF8
.SaveAs FileName:=PathName & FileName & ".aida", _
FileFormat:=wdFormatUnicodeText
End With
when I save this document to HDD and I want to open it, Word offers me other coding that I want...
Hello!
I have word document written in windows charset 1250. I wish to save it in other file (document.utf) in UTF-8 coding. How can I do that in VBA?
Thx.
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.