Both of these work for me in 2k.
Sub bcrtModifyMenu33a()
Application.CommandBars(33).Controls.Add Type:=msoControlButton, Id:=443, Before:=1
End Sub
Sub bcrtModifyMenu33b()
Application.CommandBars(“Nondefault Drag and Drop”).Controls.Add Type:=msoControlButton, Id:=443, Before:=1
End Sub
Has anyone else had problems trying to modify this commandbar?
Also, whilst perusing the list of commandbars available, I came across one that doesn’t make immediate sense.
“Phonetic Information” – 54 in 2k – anyone know where that appears and why it’s called that? FYI, all it has is cut copy & paste.