F3Dynamic Library

G

Guest

Hi all,

I am getting an error as follows-

I am trying to run commands from an add-in for excel 2003.

It gives me error - "Object or class does not support set of events"
When I tried to debug the code of add in , I found that it was giving error
at point where the user defined form is going to be loaded.
Furthermore I found that one control on form is not being loaded properly or
it may be the cause of problem.
And it gives error-

"Can not jump to <control's instance name > because it is in the library
F3Dynamic which is not currently referred"

How do I refer this F3Dynamic?
And what does it contain?
 
G

Guest

You would set a reference to it by going into tools=>references in the vbe
with your project being the activeproject and create a reference to it by
selecting it from the list of available references. It must be on you
machine and properly registered in the Windows registry to appear in the
list. I you have created the form yourself, perhaps you have looked through
more controls and just selected a control that appeared appealing. This
would be a bad practice unless you had distribution rights for that control
or you were sure it would be installed on all the machines that will use your
addin. For this particular library, I am not familiar with it.
 

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