B
Bjørn Eliasen
Hi,
When trying to convert a macro to a COM object for Outlook XP I stumpled
across the following problem
In
IDTExtensibility2_OnConnection
I perform a
Set olApp = Application
Set olSession = olApp.GetNamespace("MAPI")
and then
Set menu = olApp.ActiveExplorer.CommandBars.ActiveMenuBar
Every time this fires a:
'Commandbars' of object '_Explorer' failure.
It believe it is not a declaration problem, and gets the error whatever
method of Commandbars I try.
Any hints will be much appriciated.
Regards, Bjørn
When trying to convert a macro to a COM object for Outlook XP I stumpled
across the following problem
In
IDTExtensibility2_OnConnection
I perform a
Set olApp = Application
Set olSession = olApp.GetNamespace("MAPI")
and then
Set menu = olApp.ActiveExplorer.CommandBars.ActiveMenuBar
Every time this fires a:
'Commandbars' of object '_Explorer' failure.
It believe it is not a declaration problem, and gets the error whatever
method of Commandbars I try.
Any hints will be much appriciated.
Regards, Bjørn