I have a vb6 (sp5) plugin that was written for Outlook 2000. I recently upgraded to Office XP, and now get 'automation errors' when running the plugin through code. I have a variable declared WithEvents of type Office.CommandBars, and the error occurs when I try and set that to .ActiveExplorer.CommandBars. Am I missing an upgrade somewhere?