Deleting a watermark-Access denied
When I am trying to delete a watermark in a word document, I get the following error:System.UnauthorizedAccessException was unhandled Message="Access is denied. (Exception from HRESULT: 0x80070005...
View ArticleImport infopath 2007 project into Visual Studio 2012
I have to import old VSTA project (infopath 2007) to visual studio 2013. I have installed infopath 2007, infopath 2013 and 2012 VSTA seems it is not enough. Error message during the import is:"The...
View ArticleHow can I uninstall and reinstall Primary Interop Assemblies (PIA) 2013?
This was posted on the Microsoft Community site but I was advised to post it here...I've been asked to find out how to uninstall and reinstall the Office 2013 Primary Interop Assemblies, following...
View ArticleVBA ActiveX control initializes very slowly on Windows 8
We have an Access 2010 application that uses an ActiveX control (c:\Promiles\PromilesSDK.v16\mapcontrol.ocx). This runs normally under Windows 7 and previous versions of Windows. However when this...
View ArticleOnenote Embedding pdf using send to OneNote Printer programatically
I've been playing with the objects in OneNote and I've been successful in creating a Notebook, section, and pages. Now I want to embed a pdf file like "send to onenote" printer. It separates the...
View ArticleDisappearance of autocorrect entries
Every time I boot up my computer all my autocorrect entries are gone. I save them and they work fine until I reboot my system. Is this is a glitch in the software application? It is so frustrating and...
View Articleselecting multiple slides using vba
I have a vba code that loops through each of the slides the user has selected. Part of the vba requires that the other objects be selected. At the end of the routine, I would like to re-select the...
View ArticlePOWER POINT EVENTS STOP FIRING
I'm developing a Power Point Add-In.I have subscribed to the following events:_presentation.Application.SlideShowNextSlide += wn => { Trace.WriteLine("SlideShowNextSlide: " +...
View ArticleExcel AutoRecover not working with VSTO
I have a simple C# application where I am creating an instance of an Excel application and opening a document using it. Here is the code I am using :m_excelApplication = new...
View ArticleOpen Word document through IE
Environment:Windows 7Office 2013Internet Explorer 11 Trying to open a Word document served by Reporting Services. I feed the URL into IE, it opens Word, but won't open the file. Just sits at the...
View ArticleRepair PSD File that won't open?
Hi Yesterday I created and worked on a lovely scrapbook page for my daughter. When I went to finish it off today, I found Photoshop wasn't opening the file. It just kind of hangs partway through whilst...
View ArticleIs there a Chart Designer for Ms-Office?
You know... We all are customizing the available chart templates. I want to create an entirely new one. Any tool available? There must be one. We can also ask like this: On what software the charts are...
View ArticleAssign multiple records to a single graphic in Visio (Or SharePoint 2013 in...
Hello,I would like to make a live seating chart for an event. I am pulling data from a SharePoint 2013 list that has names and table numbers (and other stuff). There will be 10 names per table. Each...
View ArticleDoes InfoPath 2013 just not support VS2013?
I am trying to develop custom code for an InfoPath 2013 form. I have installed Visual Studio 2013 Professional in Windows Server 2012, but when I click button [code editor] , I get the following...
View ArticleHow to set PointerColor when msppt.olb is used
there is DrawLine(float BeginX, float BeginY, float EndX, float EndY) funcation in the msppt.olb (office2013),but the color of the pen is black,i wonder if there is some way to set pen color.i found...
View ArticleImage is getting inserted into an page twice
Hi,I am inserting an image at the specified location, but it is getting inserted twice due to the below code.Visio.Shape objImage = vp.Import(@sPicturePath); // Insert an image at the center of the...
View ArticleWhy am I getting an "Object required" Here?
Sub Greenstar() Dim myobj As New PowerPoint.Application Dim temp As Variant DoCmd.OutputTo acOutputReport, "Greenstar", acFormatXLS, CurrentProject.Path & "\Greenstar.xls" Excel.Application.Visible...
View ArticleHide office addin installation GUI during first time opening of office...
Hi,I have written office addin for WORD using VSTO file. Addin is working fine and it gets installed when i opened the WORD for the first time.However, there is Addin installation GUI that pops-up for...
View ArticleAdd Geometry of Connector Shape pragmatically
Hi Guys I create shapes and connectors with C# but I want to set Geometry of connectors (I mean lineTo, MoveTo) by code too. I tried this code but it raise: This section type does not support named...
View ArticleWhat is the default PpPasteDataType when pasting as picture?
I just want to know the default PpPasteDataType when pasting autoshapes as a picture manually?Bitmap?
View Article