A
Alastair MacFarlane
Dear All
I am using the following: Outlook 2000 with Office 97. I am trying to create
an Outlook 2000 add-in in visual basic 6 that has the following two variables
WithEvents declared:
Dim WithEvents oMyCB As Office.CommandBarButton
Dim WithEvents oResetCB As Office.CommandBarButton
When I try running the project I get the error: "Object does not source
automation events", which I understand to mean that the 97 object library
cannot create a menubar which reponds to me selecting the menu item in
Outlook 2000.
Is there any way round this problem?
Thanks again...
Alastair MacFarlane
I am using the following: Outlook 2000 with Office 97. I am trying to create
an Outlook 2000 add-in in visual basic 6 that has the following two variables
WithEvents declared:
Dim WithEvents oMyCB As Office.CommandBarButton
Dim WithEvents oResetCB As Office.CommandBarButton
When I try running the project I get the error: "Object does not source
automation events", which I understand to mean that the 97 object library
cannot create a menubar which reponds to me selecting the menu item in
Outlook 2000.
Is there any way round this problem?
Thanks again...
Alastair MacFarlane