Results 1 to 4 of 4

Thread: Reading/Saving binary data

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Senior Member
    Join Date
    Apr 2011
    Posts
    190
    Rep Power
    15
    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
    Last edited by Excel Fox; 02-26-2012 at 03:01 PM. Reason: Code Tags
    xl2007 - Windows 7
    xl hates the 255 number

Similar Threads

  1. Saving and Running Macro For Multiple Files / Users
    By Charles_ in forum Excel Help
    Replies: 1
    Last Post: 01-07-2013, 09:10 AM
  2. Message Box Before Saving Document
    By Lucero in forum Excel Help
    Replies: 2
    Last Post: 04-15-2012, 07:09 AM
  3. Reading Access tables using INNER JOIN
    By Rasm in forum Excel Help
    Replies: 2
    Last Post: 02-04-2012, 09:17 PM
  4. Saving Embedded Picture From Excel Workbook Sheet To Folder Hard Drive
    By littleiitin in forum Excel and VBA Tips and Tricks
    Replies: 0
    Last Post: 10-31-2011, 02:31 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •