How to convert between ASCII and EBCDIC character codes
A text file of data from a mainframe computer may be encoded in the EBCDIC character system. This is not directly usable by VBA, which uses the ASCII character encoding system when reading and writing text files. This article provides a function to transl...