Just take the command bars part and try to print out the captions for your controls.
See if the Tools control is spelled the same and present.VB Code:
Dim i As Integer For i = 1 to Application.ActiveExplorer.CommandBars("Menu Bar").Controls.Count Debug.Print Application.ActiveExplorer.CommandBars("Menu Bar").Controls(1).Name Next





Reply With Quote