You are here: 2
How to execute a function from a Ribbon Control?
2
How to execute a function from a Ribbon Control? 
Application.CommandBars.ExecuteMso ("idMSO")
Sample: Close current database ("Office Button" / "Close Database")
Application.CommandBars.ExecuteMso ("FileCloseDatabase")

