API

  • Thread starter Thread starter Rajesh Candamourty
  • Start date Start date
R

Rajesh Candamourty

Hello everyone,

Can anybody tell me the API for the references under Tools menu.

Thanks in advance
Raj.
 
Hi Raj,

Have you checked out the Application.References collection?
 
In the Immediate pane, type (for example)

?Application.References(1).Name

Or hit F2 and use the Object Browser.

But if you didn't know this you need to learn much more about VBA and
object models before you can safely manipulate references in code.

I am not so good in Access. How do i look at them?
 

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