Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default F3Dynamic Library

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?
--
Thank You
kapil
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default F3Dynamic Library

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.

--
regards,
Tom Ogilvy


"DualCoreKaps2004" wrote:

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?
--
Thank You
kapil

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
DAO library TheIrishThug[_21_] Excel Programming 1 February 8th 06 04:49 AM
Reference Library - Missing Library in a lower version. luvgreen Excel Programming 1 October 7th 04 02:08 AM
Add library in vba JonoB[_3_] Excel Programming 0 April 23rd 04 01:04 PM
Use the .NET Library in VBA? Thomas Wieser Excel Programming 1 April 14th 04 02:07 PM
F3Dynamic.dll Otto Johansen Excel Programming 0 January 28th 04 05:36 PM


All times are GMT +1. The time now is 11:03 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"