Hi all,
I have the following code which I use to read TXT file name/file content to excel file from a location.
The problem is that I have some accented characters in TXT files and they end up in excel as "Ä" - "È™" - ""
How can I modify the code to specify the encoding or solve this...