View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
NC NC is offline
external usenet poster
 
Posts: 4
Default How can I read/write file with binary format???

Duncan,

Thanks for your help! This is only typing mistake.

I have found the solution, using Put/Get instead of Write/Input

NC

"DNF Karran " ¦b¶l¥ó
¤¤¼¶¼g...
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

?

Duncan


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