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