Results 1 to 15 of 15

Thread: SOLVED reading from a csv document

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2003
    Location
    Los Angeles, CA
    Posts
    49

    SOLVED reading from a csv document

    How can I read data from a .csv document into a .xls document? Something along the lines of this:

    Code:
    Range("A1").Value = Doc("blah.csv").Sheets("blah").Range("A1").Value
    I made up the Doc function, but I think you guys know what I mean

    Thanks,
    Alex
    Last edited by LodBot; Jul 8th, 2003 at 10:17 AM.

Posting Permissions

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



Click Here to Expand Forum to Full Width