Submit Infopath form data in document library on click of custom Submit button
Hi, My InfoPath form has around 20 to 30 fields, and I need to add a custom Submit/Save button to submit the form data along with fully filled form in SP document library. SP DL has columns those...
View ArticleOneNote : Need to update Current page/Section/view footer before printing.
Below code is allowing me to put text at the end of the document but at the cursor location. I want to update footer of the page. Can you help me on this / private string SetCurrentPageFooter(string...
View ArticlePowerPoint 2013: Presentation.Name, .FullName and .Path wrong at...
Hi,I'm not sure if I found a bug in PowerPoint 2013 here or if I got something wrong. Maybe you can help?On my machine it seems when I open a presentation in PPT, change something and close it, then...
View ArticleParse MathType OLE Object In Word's OpenXML Using C#
I have some 10,000 pages in Word 2007 that contain MathType OLE Equations along with other descriptive text.1. I need to parse the complete document and extract the text along with the equations into a...
View ArticlePowerpoint Addon keeps crashing
Can someone help me with this. Trying to add an addon. Using 2013. I open pp and added the developer section. Added in the code below then saved it as a macro enabled power point. I then saved it again...
View ArticleUsing Visual Basic 2012 with Office 2003
I am trying to transport some Visual Basic code to a Windows 8 machine.The code I am trying to transport was written using Microsoft.Office.Interop.Word and Microsoft.Office.InteropExcel from Office...
View ArticleInformation on the Office Fluent UI (Ribbon) for Developers
Unfortunately, the page on MSDN that collected all information about the Ribbon has been removed from the site. Here are the most important links from that page:ReferencesLearn what's new or...
View ArticlePowerPoint VBA: Insert picture into placeholder.
I intend to insert a picture (using its path) into an existing picture placeholder through VBA. I suppose this is not hard to do, but I couldn't find the appropriate method related to this. Could...
View ArticleHow can i grab the mouse position from the object position window?
How can I grab the mouse position of a page in publisher, The value reflects in object position in status bar. Any way to capture that?
View ArticleCode Failing every other time I run it
Hi fellow Forum MembersI have recently had some great help from John on this forum and as such have been experimenting with other development tasks using VBA. I have built some VBA to run an extract...
View ArticleDocuments.OpenEx looks for files in the wrong folder when both Visio 2010 and...
Hello,I am trying to open a stencil in c# using the Visio Automation Reference, and depending on whether the user is using visio 2010 or 2013 I need to open a different stencil. This is an example of...
View ArticleUnderstanding powerpoint effect object kind (entry,emphasis, exit) in c#
In powerpoint 2010, i want to uderstand effect object kind. Not the effect type. Let me explain my need. in powerpoint graphical interface we can see slide's timeline object. Effect object in timeline...
View ArticleWorksheet Sorting part of VBA code failing second time of running
I have a piece of code that extracts data from MS project and places it in an Excel worksheet. This is working perfectly well with the exception of the sorting part of the code. It works perfectly...
View ArticleHow to save macro in powerpoint 2013?
Hi guys :) I am trying to record macro in 2013 but after i turn off powerpoint and start it again macro disapears. I am trying to make some kind of powerpoint template and add it to every new...
View ArticleScripting Automation For Power-point Animations
Hi Scripting Guy, I am working on a power point where roughly around 100 objects are made in 1 slide. I need a solutions where i can automate the object animation. I will explain the the object...
View ArticleVisio 2010 Drawing Control autosize page does not work
I have a Visio 2010 SP2 drawing control in my C# application. And the AutoSize property on the Page does not work, when I set it to true - it does not change, and when I use AutoSizeDrawing() It...
View ArticleOffice 2013 Pro. Plus trial in Danish?
Hi,I have downloaded Office 2013 Pro. Plus as a trial version because I want to show some friends and companies how it works and which benefits they could have if they upgraded their Office packages....
View ArticlePowerpoint VBA New Slide Problem
Hi Guys :) I am having problem in vba. I am adding new slide by this function.Dim Pre As Presentation Dim Sld As Slide Set Pre = ActivePresentation Set Sld = Pre.Slides.Add(Index:=Pre.Slides.Count +...
View ArticleWindowBeforeDoubleClick don't work in PowerPoint
WindowBeforeDoubleClick not work by double-clicking on the Shape
View ArticlePowerPoint VBA: Event trigger after Drag and Drop
Hi, I am working on a PowerPoint 2013 project and I want to implement an event associated to Drag and Drop of pictures into a slide, but I am not capable of triggering the event...
View Article