View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ExcelMonkey[_112_] ExcelMonkey[_112_] is offline
external usenet poster
 
Posts: 1
Default Importing CSV file into Excel

I have a CSV file with six columns of hourly data for a one mont
period.

Field 1: Type (Binomial: "Offer" or "Bid")
Field 2: Amount (number)
Field 3: Date (yyyy-mm-dd)
Field 4: Hour (01 to 24)
Field 5: Amount2 (number)
Field 6: Amount3 (number)

I want to import a range of data within the entire data set given
date constraint. For example, I would like to import the "Bids" fo
2004/01/01 hours 1-24. How do I do this? Furthermore, will the dat
format (yyyy-mm-dd) and/or the hour format (01 to 24) in the CSV sourc
file need to be reformatted for VBA to interpret them correctly?

As usual thanks for your time

--
Message posted from http://www.ExcelForum.com