Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a problem of read/write binary file.
When I use the following statement Dim Ar(5) As Byte Ar(0) = 1 Ar(1) = 3 Ar(2) = 5 Ar(3) = 6 Ar(4) = 7 Open "Test.bin" For Binary Access Write As #1 For i = 0 To 4 Write #1, Ar() ' <--- Error found Next Close #1 How can I read/write with binary file??? NC |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I have a read only xl file, I need it to be read and write | Excel Discussion (Misc queries) | |||
read only file-need to write | Excel Discussion (Misc queries) | |||
How can a file be converted from Read-Only to Read/Write | Excel Discussion (Misc queries) | |||
Excel binary file format | Excel Programming | |||
Open file to write and read at the same time | Excel Programming |