Change the shape of a Picture Placeholder in PowerPoint with VBA
Hello,I am struggeling for a while with this problem. I want to change de shape of a picture placeholder in PowerPoint by using VBA. My customer wants a specific shape for a picture placeholder. I want...
View Articleinfopath 2013 date field validation
I have two Date picker fields in infopath 2013 list :1-From Date picker filed 2-To date picker fieldI want to force the user to select any Monday from the picker or set error message if select date is...
View ArticleExport Powerpoint Tables to Excel
I'm trying to build a Macro that exports powerpoint tables to excel. Essentially I have one table per slide that I would like to copy from powerpoint and place into an excel sheet. Each slide would...
View ArticleSave Custom Properties to PPTx using Office Interop
Hi Team, I am trying to save the custom properties to the pptx but it is not getting saved. Please let me know if you have any suggestions. I am not able to use the AcceptAll() function am getting...
View Articlewhay i am receiving 'Library is not registered' error prompted when...
Hi,I am receiving library is not registered error. initially I had Office 2013 . With office 2013 I am able to work with powerpoint application code. then I uninstalled office 2013 after that installed...
View ArticleCom Addin for OneNote 2010 using Visual Studio 2012 in C#
I have been following http://www.malteahrens.com/#/blog/howto-onenote-dev/ which is for VS 2010... I have built the class, registered the add in as com. Assigned a guid, created the setup installer,...
View Articleanimation
I have written the code for the rotation of earth animation at starting of my application but the problem is earth animates but it rotates for 0.2 sec I need for at least 3 seconds so Help me!!!
View ArticleHow to drag&drop multiple shapes with a PowerPoint (2010 or 2013) add-in?
I would like to implement a PowerPoint add-in with a custom task pane from which the users can drag complex objects objects onto the slide (these objects would consist of multiple shapes, for instance...
View ArticleUnable to Create Correct Hierarchy of Tasks while Exporting to MS Project...
I am trying export grid data to ms project using vb.net. I am having these data in grid ID Task 1 Task1 1.1 Task2 1.1.1 Task2.1...
View ArticleMS 2003 Word Add In - Port to MS Office 365/Word
We've written an add-in for MS Word 2003 and have been recently told that we need to port it over to OFFICE 365.From my limited understanding, Office 365 is a cloud based app, which to me seems to not...
View ArticleLoad new PowerPoint show
At the end of a show or particular slide, I'd like the last page to open another ppsx file.I'm using a simple remote control with only < > buttons and cannot click on a hyperlink.In simple terms,...
View ArticleProtocol used while Saving/Opening file from SkyDrive in MS Office
Hello, When we Open/Save file fom SkyDrive in Office we have 2 possibilities - 1. We have SkyDrive installed on my Computer -File is open/save from local SkyDrive folder and synched with online...
View ArticleNET Add-in Not. A runtime error occurred during the loading Windows 8
I have created a MS Project Addin that works on my target machine (running Windows 7) and other PC running Windows 7.I then tried to install the same Addin on another machine running Windows 8 which...
View ArticlePower Point 2013 opens second windows if open presentation while doing wait...
1. Start power point 2013 and wait for initialization in console application.2. Attach to COM object of Power Point.3. Open presentation. static void Main(string[] args) { var startInfo = new...
View Articleadding picture in xslt template
Hi Guys, I need to add some images to excel file. I able to do this by xlWorkSheet.Shapes.AddPicture But, I need to try in XSLT template. Currently I by using xslt for filling the data's then save...
View ArticleWorking in Excel
I create an invoice in excel at the bottom my price shows up correctly and total shows up too. However I need understand how to get an option button to just add a price in a cell that in between my...
View Articledocument generator to create random MS Office documents
Hi there,this might be off topic, but I need a document generator to create random MS Office documents in order to test my Search. It is very time consuming to create these documents manually.thanksSven
View ArticleHow to disable PowerPoint's default action on double click and right click...
Hello, I am creating a PowerPoint Add-in using Visual Studio Tools for Office in C#. Since in presentation edit mode, PowerPoint's WindowBeforeRightClick and WindowBeforeDoubleClick don't get fired, so...
View ArticleHow to get error information back from Office Web Apps server?
I'm developing a web application with an embedded Word iframe that interfaces with an Office Web Apps server; I am trying to implement the MS-FSSHTTPB protocol for my WOPI server. More details here....
View ArticleIRibbonControl's context for multiple windows
I created a sample backstage extention. I need to get some info from the corresponding presentation and display that info. I tried to use Context object of IRibbonControl, but it returns ActiveWindow...
View Article