MS-600 · Question #39
You are developing a new Microsoft Office Add-in to integrate a corporate invoicing system and Microsoft Excel. You need to add a new button to the Office ribbon. What should you add to the add-in?
The correct answer is D. a command. Add-in commands are UI elements that extend the Office UI and start actions in your add-in. You can use add-in commands to add a button on the ribbon or an item to a context menu. https://docs.microsoft.com/en-us/learn/modules/intro-office-add-ins/2-fundamentals
Question
You are developing a new Microsoft Office Add-in to integrate a corporate invoicing system and Microsoft Excel. You need to add a new button to the Office ribbon. What should you add to the add-in?
Options
- Aa task pane
- Ba dialog
- Ca custom function
- Da command
How the community answered
(23 responses)- A13% (3)
- B4% (1)
- C4% (1)
- D78% (18)
Explanation
Add-in commands are UI elements that extend the Office UI and start actions in your add-in. You can use add-in commands to add a button on the ribbon or an item to a context menu. https://docs.microsoft.com/en-us/learn/modules/intro-office-add-ins/2-fundamentals
Topics
Community Discussion
No community discussion yet for this question.