View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
todtown todtown is offline
external usenet poster
 
Posts: 35
Default Using ADO to query CSV with no unpredictable headings

My query only works if there are headings. However, the files I am
connecting sometimes have headings, sometimes don't. Even if the
heading is only a space I can work with it. But no heading and I get
the no value given for one ore more requirements error.

I need to insert headings or get around this problem somehow.

tod