I want to read a binary file. Does any of you have a small example for me Thanks Christian
Here it is... Code: Open "C:\1.dat" For Binary As #1 Str = Space(LOF(1)) Get #1, , Str Debug.Print Str Close #1
Open "C:\1.dat" For Binary As #1 Str = Space(LOF(1)) Get #1, , Str Debug.Print Str Close #1
My Virtual Home - My Blog
Forum Rules