ok.. hate that!
Use Binary / Get...
VB Code:
Open "C:\path\to\file.txt" For Binary As #1 tmp = Space(LOF(1)) Get #1, , tmp Close #1
|
Results 1 to 19 of 19
Threaded View
|
Click Here to Expand Forum to Full Width |