View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
AA2e72E AA2e72E is offline
external usenet poster
 
Posts: 400
Default Imports excel data to an sql table



"Logan" wrote:

I need to create a table with data from an excel book


Where do you intend to create the table?

You will need to create as many tables as there are worksheets in the excel
workbook.

If you simply want a recordset, you can read a worksheet into it.

Need more information on what you are trying to do!