View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
timg timg is offline
external usenet poster
 
Posts: 7
Default Excel ODBC Driver with ADO

The strange thing is that UsedRange returns the correct row count (160 rows)
so the ODBC driver is, apparently, not using UsedRange as documented.

Thank you for your input - using a WHERE clause sounds like a more elegant
workaround than what I proposed!

Tim