permanently add library reference

  • Thread starter Thread starter Loane Sharp
  • Start date Start date
L

Loane Sharp

Hi there
I find it a bit irritating that I have to add a reference to the ADO library
every time I create a new workbook and VBA procedure. Is there a way to do
this permanently?
Best regards
Loane
 
Create a template with that reference.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Or have an add-in that adds the library to the active workbook in the
workbook open event of the add-in.

RBS
 
With the template though, you can also add a a lot of fundamental code,
useful routines that can be used in any ADO application.

Bob
 

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