Thread: Binary Files
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Binary Files

use the open command with binary access. Use the get statement to get one
byte at a time.

http://support.microsoft.com/default...35&Product=xlw

--
Regards,
Tom Ogilvy

"Jenny" wrote in message
...
Does anyone know how to read a file one byte at a time
until you reach the end of the file? I don't want to read
it line by line and then parse the line, I *need* to read
the file one byte at a time.

Please help!!!

~Jen