Quote Originally Posted by snb View Post
Sub snb()
  With CommandBars(1).Controls.Add
    .FaceId = 1244
  End With
End Sub
Would this go into its own simple module? In the Openworkbook script of "ThisWorkbook"? No luck so far with it.