How do I make my custom ribbon (in a Word 2010 template) available to end...
My end users can’t access the custom ribbon I added to a template they’ll be using to create documents. I don’t want them to have to import my custom UI file (after first exporting their customizations...
View ArticleOffice Hook Key Shortcut
Hello,I've an office add-in and uses a ribbon control. I have 2 buttons who can be called by shortcuts.Ctrl-alt-o Ctrl-alt-sI created functionality with hook to catch the shortcut combinations and then...
View ArticleHow to hide powerpoint Ribbon Buttons?
Hi,everyone. I am now trying to hide all or one bottons or hiperlinks on ribbon of Office2013. With some XML and word2013Ctrl.dll(or ppt2013Ctrl.dll), I succeed with word2013, but failed with PPT2013....
View Article'Microsoft.Office.Interop.PowerPoint.PpSaveAsFileType' doesn't contains...
Dear all,I face to a strange problem when I try to save a powerpoint to WMV file in C#:'Microsoft.Office.Interop.PowerPoint.PpSaveAsFileType' doesn't contains definition for 'ppSaveAsWMV'In Visual...
View ArticleVBA: Connector style in SmartArt
I'm trying to write vba-code creating Horizontal Hierarchy Smart object. 1. I use the following code to create SmartArt shape:Set oSALayout = Application.SmartArtLayouts(96)Set oShp =...
View ArticleOffice add-in - status removed
I've created an Office add-in for Word, Excel and Powerpoint.Some of our customers are complaining that after a period of working the add-in doesn't show anymore.When they go to the overview of the...
View ArticleWord automation constants mapping
I'm writing a program to recover document from Microsoft Word XML data and using automation/OLE to insert data. XML used strings to store properties for xml nodes, for instance, the line style may be...
View ArticleHow can i update vba code that uses the OneNote14 library to be compatible...
I have an MS Access database that i've written vba macros so that information added to the database is written to a related onenote notebook. To do this it has vba code that uses the OneNote14 object...
View ArticleHow to do custom Com Add-In for Office on Windows RT?
Hello,please I tried to make Add-In to Office running on Windows RT.I have vsto add-in and it doesn't work, as it isn't supported. But as you see on screenshot bellow, there is some "Com add-in" from...
View ArticleOneNote 2010 mass import performance question
I did not see a dev forum devoted to OneNote, so I apologize in advance if this is the wrong forum for this question.I am trying to move a large amount of data into One Note using the OneNote API for...
View ArticleConvert SmartArt to Powerpoint Shape
Hello, I'm currently struggling with converting SmartArt shape into normal PowerPoint.Shape with microsoft interop. It is quite straight forward thing in the editor where you just click on the smart...
View Articleprogrammatically find and replace text in Publisher Table
I read that we can programmatically access and modify office files via the Interop library. I have defined a form that I want in Publisher 2010.It contains text frames and a table. I want to search and...
View ArticleList the fonts available in powerpoint
How can I get the list of fonts available for powerpoint through vba?The font list count through Application.CommandBars("Formatting").FindControl(id:=1728) returns zero whereas the same command...
View ArticleCustom Bullet Development
Hi!I want to develop a bullet having a picture and number also... For example: (Picture+1, Picture+2 )Can any one help ?
View Articleribbon Xml dynamic menu getContent callback not populating from LinqToXml
I am trying to write a ribbon customIU for oneNote. it works a treat so far, but I am unable to have the getContent (here NBList) callback on the dynamicMenu populate via linqToXML dynamically. the aim...
View ArticleDistribute shapes in slide without intersections by code
Hi,I have a customer with the need to generate powerpoint slides containing some shapes (max 30). These shapes should each be filled with one or more dates and attached to a timeline. They should be...
View ArticleHow to write my data into MS Project (.MPP) using C#
I am developing one application that will read and write MS Project File (i.e .MPP).I am using .net framework 2.0 for it.Initially i was using MPXJ for reading .mpp file and i am able to read .mpp file...
View ArticleAppointment deletion from Project 2010
Hi Guys,I know this is a topic that has been visited a few times.Below is the code i use to send out Appointments from Project 2010 to the relevant resources.This works!What i need to achieve is to be...
View ArticleCreating Custom Ribbon for Access 2010 That is Not Digitally Signed and Will...
I work on the NMCI government network and our security policy is to require that all add-ins be digitally signed by a trusted publisher. I am not going to get them to change that policy. When you...
View Article