VBA References

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

Guest

When I choose to add a reference to VBA code (ie: ADO 2.7 library, etc.),
does that reference stick with the macro as it is opened on other machines?
Is it like the "include" statement at the top of a C program?
 
Clayman said:
When I choose to add a reference to VBA code (ie: ADO 2.7 library, etc.),
does that reference stick with the macro as it is opened on other machines?
Is it like the "include" statement at the top of a C program?

It stays with the workbook. There is nothing visibly added to the macro
like an include so you can't select all the text and paste it into another
workbook and have the reference automatically transfer.

Peter
 

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