Excel/Lotus Notes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know if it's possible to use Excell/VBA to link to a Lotus Notes
database? We currently have a small interface built in Excell which utilizes
VBA to open reports on different drives and sub folders. We'd like to add
reports that are housed in the Lotus Notes Database as well.
 
Stephanie:

Check and see if Notes is an OLE DB provider (I believe it is). If it is,
you can use ADO to connect Excel to Notes
 
Jared said:
Check and see if Notes is an OLE DB provider (I believe it is). If it is,
you can use ADO to connect Excel to Notes

And if it is an ODBC driver the OP can still use ADO e.g. via the OLE
DB provider for ODBC.

Jamie.

--
 

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