Ideas
Accessing "IPM.Report.*" Messages with Office.js – Important User Need
Hello, I'm currently developing a solution using Office.js (Outlook Add-in) to help our users manage their emails more efficiently. One key functionality we would like to implement is the ability to...theo59Jun 20, 2025Copper Contributor21Views1like0Comments[Word] Feature Request: Support for Range Start and End properties similar to C# Word Interop
I’d like to request a feature for the Word API: **exposing `start` and `end` properties on the `Range` object**, similar to what is available in C# Word Interop. In C#, a `Range` object has `Start` ...70Views7likes1CommentAdd support to remove unused master slides via the PowerPoint API
VBA Macros allow us to remove unused master slides, however similar functionality is currently not available in the PowerPoint API. Reusing slides from multiple templates can lead to huge size files...rhumbertgzJun 18, 2025Copper Contributor10Views1like0CommentsAdd a progress bar/notifications for PowerPoint Command Actions
Currently the PowerPoint API doesn't support any mechanism to inform the user some background process is being executed. For example, clicking a ribbon command doesn't show any feedback that its acti...rhumbertgzJun 18, 2025Copper Contributor12Views1like0CommentsSmart alerts: Add handling for Send anyway and don't send buttons
Many add-ins have migrated to using the new smart alerts feature, primarily because it offers a non-blocking experience for users when an add-in encounters an issue. However, this migration has intr...nikolaCMay 16, 2025Copper Contributor53Views4likes0Comments