View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
DNF Karran[_16_] DNF Karran[_16_] is offline
external usenet poster
 
Posts: 1
Default How can I read/write file with binary format???

Shouldn't
For i = 0 To 4
Write #1, Ar() ' <--- Error found
Next

be
For i = 0 To 4
Write #1, Ar(i) ' <--- Error found
Next

?

Dunca

--
Message posted from http://www.ExcelForum.com