How can I read data from a .csv document into a .xls document? Something along the lines of this:
I made up the Doc function, but I think you guys know what I meanCode:Range("A1").Value = Doc("blah.csv").Sheets("blah").Range("A1").Value
Thanks,
Alex





Reply With Quote