From: Neil Humphries on 29 Sep 2009 15:08 I have two custom menu groups on a custom tab. One group is for users. The other is for administrators. In my AutoOpen routine I want to control the visibility of the admin group. I did this with commandbars using: Sub autoopen() InsertUserToolBar If fAdminUser Then InsertAdminToolBar End If Application.ActiveDocument.Activate Application.ScreenRefresh Main End Sub I have not been successful in do this with the ribbon menu. Can someone point me in the right direction?
|
Pages: 1 Prev: Error displaying unprotect dialog in word 2007 Next: Option Buttons created with Forms |