Susan Harkins
harkins at iglou.com
Mon Apr 7 16:44:50 CDT 2003
thanks Seth -- I'm printing this out -- right now I'm just working through the object model -- mostly working on references. This may come in handy later -- thanks! Susan H. > CommandBars are very strange beasts. I ran into some strange stuff when > I converted the ErrorHandler to A2K VBE. I wanted a submenu off of the > Add-Ins menu, and then several items off that submenu. It turns out a > submenu is handled slightly differently than a parent menu. It also > turns out that the object model treats commandbars and toolbars almost > exactly the same, and they are both treated as controls. Note the > CommandBarControl object has a FindControl method. Here's some of the > code from the ErroHandler add-in to demonstrate this: >