View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Luis[_5_] Luis[_5_] is offline
external usenet poster
 
Posts: 2
Default Help reading binary file

That was actually all I needed to know
its is on its way to work now!

"keepITcool" wrote in message ...
workbooks.add
activesheet.name="BINARYFILE"
..

use FileLEN to get the length of file.


cant use INPUT on binary files, you'll need GET/PUT instead.
see VBA help on GET statement

sorry to be brief, hope it gets you on the way.

--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


Lu