Using Get with very large file

S

simonc

I am trying to extract data from a 7GB binary file using Get. When the byte
number, which is calculated by the programme, exceeds the limit for a long
integer the programme crashes.

The documentation for Get says the recnumber parameter is of type
"Variant(Long)" but the behaviour above suggests it can't have a value
greater than a long integer. Is there a way of addressing points in the file
beyond this limit? Can you use filesystemobjects to do this?

I am using Excel 2000.

Grateful for assistance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top