VBA Excel to Create Powerpoint presentation with Background Template
I need to create a Powerpoint presentation from an Excel Spreadsheet. One powerpoint slide for each worksheet in the workbook. I've created VBA code that will build the presentation and save the...
View ArticleHow to get older MS Office libraries on a computer with newer ones
I have an application that uses Microsoft.Office.Interop.Word. On my main Windows 7 computer, I have version 15.0.0. However, I need this program to run on Windows XP, and they can only run with...
View ArticleCustom infopath notification
Hi , I try from a long time to personalize the user notification in infopath 2010 web form.After searching i guess that the solution look around using SPLongOperation in code behind of my form.For more...
View ArticleRed cross issue with Ppt 2007 SP3
I first encountered this issue while working with Vsto, but to better demonstrate it, I wrote a very simple VBA macro.Sub TEST()Dim p As PresentationSet p =...
View ArticleVBA: collection as dictionary value?
Hi All,Is it possible to use collection as value of a dictionary in VBA? For example, I would save authors and their books in such a dictionary. In C++ we can usemap<string, set<string> >...
View ArticleHow to set the value of a query field for a secondary list data connection in...
I guess that I am a dummy, but I just can't see how to set the value of a query field that I want to use for a filter. I have a simple parent/child pair of sharepoint lists. The main list of the form...
View ArticleShutting down a PC with W7 prof gives a error
shuttingdown system gives an errror 'ONENOTEM.EXE' (Win32): Loaded 'C:\Program Files\Microsoft Office\Office15\ONENOTEM.EXE'. Cannot find or open the PDB file.'ONENOTEM.EXE' (Win32): Loaded...
View ArticleRun-time error '424': Object required while doing...
I am trying to create a form using vba code. For that I am using the following code: PrivateSub createButton_Click()'Locks Excel spreadsheet and speeds up form processing...
View ArticleIs Unified Collaboration API 1.0 Type Library required for Office 2010...
Hi, I am integrating Office applications with custom IM solution. I have implemented the COM class as suggested by http://msdn.microsoft.com/en-us/library/office/jj900715.aspx I have also...
View ArticleAdding Visio Professional 2013 drawing control gives an unsigned Interop dll
I have installed Visio Professional 2013 32-bit. When trying to add a Visio control onto a Windows form in Visual Studio, the AxInterop assembly generated is unsigned. As a result, this assembly cannot...
View ArticleoneNote.Publish Method is used for exporting single pages, can this be...
Hi Been playing with a VBA script that exports a single OneNote Page to a PDF file. Would like to modify this so that it could take a whole OneNote section (or for that matter a OneNote Workbook and...
View ArticleHow do I manage the SharePoint locations that appear in the Backstage of...
My company has two instances of SharePoint; SharePoint Online that comes with our Office 365 subscription and SharePoint on-premise that I manage.Right now the Backstage of Office 2013 applications...
View Articlechange the connection of the infopath form temlate xsn when changed...
how to change the connection string in an infopath form template xsn when the changed url cannot be accessed.Is there any way from Infopath form without chaning xsn to cab and editing the manifest.I...
View ArticleCreating SmartArt in PowerPoint
Hello Cindy, I'm having trouble in creating the smartarts for powerpoint, in which the error shows as follows: Unhandled Exception: System.Runtime.InteropServices.COMException: Application (unknown...
View ArticleAdding ActiveX control to powerpoint via Interop.
I have an ActiveX control that installed on my machine, and can be added from PowerPoint via:Developers->Controls->More Controls->"My control". I want the user to be able to add the ActiveX...
View ArticleOffice 2003 web component owc11 deployment on Windows Server 2008 R2
Hi,We have a 32bit application that makes use of owc11 to display data in a excel grid that works correctly on windows XP. We want to migrate it to a Windows Server 2008 R2 terminal server. However...
View ArticleTable Cell's Shape.Fill.Visibile property not working in PowerPoint 2010
Hi,I am facing an issue w.r.t Office 2010 migration(from Office 2007).For PowerPoint tables, the table.cell(1,1).Shape.Fill.Visible property is not working in Office 2010 while it works for Office...
View ArticleShape.Height and Shape.Width problems in PowerPoint 2013
Hello Experts,I am using a small VBA script to apply some text in the background. The script works fine on PowerPoint 2007 and PowerPoint 2010. However, in PowerPoint 2013, setting Shape.Height and...
View ArticleIssues with Cloud Services Integration in all Office2013 apps
Howdy-Using this documentation: http://msdn.microsoft.com/en-us/library/office/jj984352.aspxWe're experiencing some problems with it:1) Sometimes, for some installations, the cloud integration does not...
View ArticleHow to lock a table cell in PowerPoint?
Hi there,Can someone tell me if it is possible to lock a table cell in PowerPoint programmatically and if yes how?If not, does someone have an idea of how I could achieve this?Regards, Thomas
View Article