ok - I figured out how to read a chunck of data - It is as simple as using a string buffered with in this case 4400 spaces
Code:Absorbancies = Space$(4400) ' Set our buffer (string) to that length. Get #2, Adouble, Absorbancies ' Grab a chunk of data from the file. Put #1, AXdouble, Absorbancies







Reply With Quote
Bookmarks