Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have been using a trick to get data from a binary file. The trick is
to initialize a variable as follows: XXX=" " Get #FileNum, 1, XXX that gets 10 bytes from the file. I want, however to use the option explicit mode but as soon as I declare the variable Dim XXX I get a run time error "Variable uses automation type not supported by visual basic" but if I do not use the explicit option everything works. I want to understand how to extract X bytes from the file, becase I have a section where I have strings and integers (I know the file format) TIA |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
0 bytes | Excel Discussion (Misc queries) | |||
How many bytes? | Excel Discussion (Misc queries) | |||
file 0 bytes | Excel Discussion (Misc queries) | |||
How to get the size of the excel file, a sheet size (in bytes)? | Excel Programming | |||
File with too Bytes? | Excel Programming |