View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Flanagan[_2_] Bob Flanagan[_2_] is offline
external usenet poster
 
Posts: 81
Default Asian file names

I have a user running a macro that lists the files in a directory and writes
them to a workbook. The files have Asian characters in their names when
viewed in Windows Explorer. When written to a cell, these characters are
replaced with question marks.

Anyone have any idea how to handle the above problem?

Bob