S
StevenBr
My addin code works perfectly in Outlook 2003. When I run it with Outlook XP
(2002), the following line throws an error:
Set oCommandBar = m_obj.CommandBars.Add("cbTessOL", msoBarTop, False, True)
The error is "Method 'CommandBars' of Object '_inspector' Failed". Any ideas
why this might be occurring? This is a VB6 project, and the references were
changed to the Office/Outlook version for XP. Thanks!
(2002), the following line throws an error:
Set oCommandBar = m_obj.CommandBars.Add("cbTessOL", msoBarTop, False, True)
The error is "Method 'CommandBars' of Object '_inspector' Failed". Any ideas
why this might be occurring? This is a VB6 project, and the references were
changed to the Office/Outlook version for XP. Thanks!