shine.prakash Posted February 12, 2008 Posted February 12, 2008 Is there a way to control and manipulate the buttons on the NEW OFFICE BUTTON,On older version of word we could program the buttons to behave incertain ways by reconfigureing the control using its ID.Set iControl = CommandBars("File").FindControl(ID:=3) iControl.OnAction = "doSave"the macros when opened in word2007 gets set in the Addins, which is very unprofessional.I am aware of the ribbon customisation. i have customised the ribbon to display only my tab with buttons which will call the functions i have assigned them to(macros).Even after disabling the built in ribbons and enabling only my tab. i get three buttons on the Office Buttons (New, Open & Save).Is there a way i can control the save button or reconfigure the button to perform as i please?Please help.SP.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now