Thread
:
How can I read/write file with binary format???
View Single Post
#
2
Posted to microsoft.public.excel.programming
DNF Karran[_16_]
external usenet poster
Posts: 1
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
Reply With Quote
DNF Karran[_16_]
View Public Profile
Find all posts by DNF Karran[_16_]