Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by aidaaida

  1. aidaaida

    UTF-8 coding problems

    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...
  2. aidaaida

    Save document in unicode charset

    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.

Part and Inventory Search

Back
Top