I did not. I used the built-in OPEN, GET, PUT, and CLOSE statements; because, I was told they were faster. However, I just asked the AI specifically about binary stream I/O (answer follows). So, as best practice, I guess it is better to use ADO for binary output. Thanks.
For binary stream I/O in Excel VBA, the MS ADO (ActiveX Data Objects) Stream object is generally the superior choice over the built-in OPEN, GET, PUT, and CLOSE statements. ADO Stream is faster, more reliable, and offers greater flexibility, particularly with file handling and character encoding.