View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ming Shao Ming Shao is offline
external usenet poster
 
Posts: 1
Default Query Data from a Sheet

Hi,

I need to query data from a reference table.

I have a reference sheet and users need to input certain
information, and to query certain data from this
reference sheet. The functionality is like a SQL. My
question is how to write a query in Excel VBA? Can I
define this reference sheet as a table and query it in
VBA code?

Thanks

Ming