ActiveTab and ActiveTabMso methods are not working for any BackStage tab.
These methods are working properly for Ribbon tabs. But not working for any Backstage tab ("TabShare","TabInfo", "TabSave" etc..) and crash is occuring.For example:...
View ArticleWriting InfoPath 2010 RTF values to SQL Server 2012
Hi all,I have an InfoPath 2010 form with rich text field, which contains formatted text, such as bullet point or numberingsformatted tablesCharts and graphsimages, such as a screenshot of a...
View ArticleShellExecute of docx files crashes application in Office 2016 on Win 10 & 8.1
We're developing an application that (as a minor function) opens docx documents with ShellExecute. When we test this with Office 2016 on Windows 10 and Windows 8.1 this often makes the application...
View ArticleSeaching for Technical Documentation of AutoShape No. 39 and it's Adjustments?
Hi,I am currently coding something for PowerPoint. I am having difficulties to understand the values given by the adjustments (Item (2) and Item (3)) of AutoShape No. 39 and 40. I want to convert them...
View ArticleUnknown exception happened in Office365 ProPlus PowerPoint 2013
Can anybody help on this issue? I installed Office365 ProPlus 32bit.I've an application (write with c++) doing PowerPoint automation.When i invoke the Open2007 method of Presentations object through...
View ArticleHow to subtract a shape from another shape
How a shape can be subtracted from another shape programmatically?Lateef Sofi
View ArticleInserting text in variable row table in Powerpoint
HiIn Powerpoint I need to insert text into a table whose number of rows I will know at runtime. How can I insert rows at runtime that I can then reference and insert text into?Thanks
View ArticlePowerPoint can't access
I have a PowerPoint presentation that is giving the errormessage "PowerPoint can't access <filename> because the file name is invalid." when I try to open it, I've tried renaming the file. I've...
View Articlecut area out of .pdf file using VBA
I'm using Access 2010 with VBA. I want to cut out a rectangle that's near the bottom right corner of a .pdf file, then save the resulting file (the document with white space where I cut out the...
View ArticleHow to Load an Office App into a Localhost
I'm a beginner in Office Apps and web server. I trying to learn to develop Office Apps. My intention is to host the app on IIS. How can I do that. Step by step kind of answer is appreciated.
View ArticleHow can I get a refererence to the deleted PowerPoint comment when the user...
Is there a way to do this? I have done so in Word using VBA, but I can't seem to find away to accomplish it in PowerPoint.Thanks.
View ArticleGetting error ": Error HRESULT E_FAIL has been returned from a call to a COM...
Dear All,I am generating PPT slides with multiple charts on a single slide using C# and com library Microsoft.Office.Interop.PowerPoint.I have tested it on both office 2010 and office 2013. But...
View Articlepublishing powerpoint slides to sharepoint only works when I've first visited...
Hello, I'm trying to publish some powerpoint slides through VBA to a sharepoint. (I want to do it automatically) This only seems to work if I've visited the sharepoint first through IE manually. I...
View ArticleExport SmartArt shapes as individual images
Is there any way to export individual shape images and text from the SmartArt group using .NET language (C#).
View ArticleShift template for a presentation
HiWe have a VSTO-project for Powerpoint 2010 created with Visual Studio 2010.In this project the customer want funtionality to "convert" Powerpoint presentations from one graphical profile to...
View ArticleCopy Paste of a Powerpoint offcie 2013 slide fails.Can someone guide me as to...
using System;using System.Collections.Generic;using System.Linq;using System.Text;using Powerpoint = Microsoft.Office.Interop.PowerPoint;using Office = Microsoft.Office.Core;namespace...
View ArticleVBA: Copying tables from Outlook email to Excel does not work
I have a macro that runs once a day and that processes incoming messages. These messages all have the same format and contain one table. The purpose of my code is to copy those tables one by one into...
View ArticleProblems implementing a custom image for a Ribbon Button in C++ (native)
I have a COM C++ Outlook add-in with a ribbon button. The button works like a dream, but I'd like to customize the button look to have a .jpg image to reflect branding. I've searched high and low on...
View ArticlePresentation Change event
In Word I was able to use the DocumentChange event whenever I switched from one document to another due to some requirements. I need to replicate that in Power point but I havent been able to find any...
View ArticleWorkbook.Save event does not show directory selection window (File not...
I am using Workbook's Save function : Workbook.Save(), and the file is not previously saved so that should prompt the user to select the directory. This works as desired in other Add Ins for Word,...
View Article