View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
cmdecker2 cmdecker2 is offline
external usenet poster
 
Posts: 9
Default SQL against xldatabase in same worksheet

How do I reference an xls database in the same worksheet? I want to create
a dynamic sql that will search the datbase like the dataform tool. The code
will eventully pull some records to a separate worksheet for editing, but I
need to get the record first.

TIA
Carl