Missing Type Library

D

Daves_Solutions

Where can I find a copy of the shapmgr 1.0 type library? I have a VBA project
that has a reference to that library. I can not remove the reference as it is
required in the code that I wrote. I have searched high and low to no avail.
Any help would be greatly appreciated.
Thank You.
 
T

Tim Williams

What is it? Can you change to late binding (assuming whoever will be
running the code has the library)?

Tim
 
D

Daves_Solutions

Tim Williams said:
What is it? Can you change to late binding (assuming whoever will be
running the code has the library)?

Tim

--
Tim Williams
Palo Alto, CA





Sorry for the wait I got distracted. It is not what I originally thought. The library as far as I can tell has to do with the VBE and some of the controls used in the project. It is related to the appwiz.cpl somehow. The main problem is that when I try to access my code in VBE it gives me the error dll missing and will not let me access my code or even add new code. Thanks For your help.
 

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

Top