In office 2003 I know I can lock down the "menu bar" and various toolbars by using this VB code:
-or-VB Code:
? commandbars("menu bar").controls("tools").controls("shared workspace...").id
VB Code:
? commandbars ("standard").controls ("document map").id
I also need to lock down task panes. What I need to know is are their also ID's associated with task panes and task pane items? If so can someone share with me the code so I can find the ID's please?
Many thanks.


Reply With Quote

