Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7692843
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T20:56:47+00:00 2026-05-31T20:56:47+00:00

How do I read Chinese characters from Excel cells and write them to a

  • 0

How do I read Chinese characters from Excel cells and write them to a file? When I take values by

Worksheets(ActiveCell.Worksheet.Name).Cells(3, columnNumbers(0)).value

it always returns “????????”

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T20:56:48+00:00Added an answer on May 31, 2026 at 8:56 pm
    Dim fileStream, FilePath As String    
    
    'Full properties file path
    propFilePath = "C:\file.properties"
    
    'Create Stream object
    Set fileStream = CreateObject("ADODB.Stream")
    
    'Specify stream type – we want To save text/string data.
    fileStream.Type = 2
    
    'Specify charset For the source text data.
    fileStream.Charset = "utf-8"
    
    'Open the stream And write binary data To the object
    fileStream.Open
    fileStream.writetext "write something here"
    
    'Save binary data To disk
    fileStream.SaveToFile FilePath, 2
    fileStream.Close
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have got a text file from the server and it contains Chinese characters.
I'm trying to write some Chinese characters to a text file using Set myFSO
I have a .csv file with chinese characters. I need to read in these
How can I read a Chinese text file using C#, my current code can't
i have a txt file which contains many chinese characters, and the txt file
My code: public static String newName =; //the traditional Chinese file name public static
I use the following code to save Chinese characters into a .txt file, but
I want to read a file into an ArrayList of Characters. At first I
I have read this jsp page encoding problem and this Save Chinese characters with
I'm trying to read a file which contain English & Arabic characters on each

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.