You're never going to be able to read a native Excel file with the Read Characters From File function. If you want to save the file in text format (i.e. comma or tab separated data) then you can use Read From Spreadsheet File. To read native .xls, you're going to have to use ActiveX. Search the forum for Excel and you'll find lots of examples.