Its posible to insert data...

  • Thread starter Thread starter Guest
  • Start date Start date
Hi,

You can use the External Data feature of Excel:
- menu Data > Import (or Get) External Data > New Database Query
- in the dilaog, choose a data source or data source type
- then follow the dialog steps and build your query

or in VBA you can use ADO:
- Add the Microsoft ActiveX Data Object library throu the Tools >referwences
menu of the VB Editor

I hope this helps,
Sebastien
 
.... just realized you are trying to export data, aren't you. In that case,
you'll have to use the vba method.

Seb
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top