View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Joe HM Joe HM is offline
external usenet poster
 
Posts: 92
Default How to read Rows within a Column through ADO ...

Hello -

Thanks for you feedback. I had already found the MS site but I still
cannot figure out how to add all of that to my code? They mention the
SELECT * FROM ... but don't mention how to integrate that into code. I
also found their ExcelADO example but that was written for ASP. What I
want to do is open an excel file and search through a column until I
find an empty cell.

What would be the easiest way to implemen that?

Thanks!
Joe