PowerPoint VBA
I am completely new to VBA so any help would be incredibly beneficial.Is there a way to automate a "checklist" for PPT decks? So for example, I would want the code to run through the slides and tell...
View ArticleidMso for Export in Office 2016
I am trying to manage the Backstage menu "Export" that is present in Office 2016, but am not able to find the correct XML object name. The menu appears below "Share", which hasidMso="TabShare", but it...
View ArticleNeed help in bulding query string url in Visio shape hyperlinks
Hi I wanted to build dynamic hyperlinks for Visio shapes using shape data value please help me in doing that.For Example I wanted to have shape name in query string of url ie....
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 ArticleStealth Mode Create Visio Document from C# Desktop App
I'd like to insure that the user can't get his mouse pointer into the Visio instance while I'm creating the document. Is there a way to do this (see below) so that nothing pops up on the task bar?...
View ArticleOnly a couple of remaining C# Visio Questions
I am using C# code to generate a Visio document. When I create a shape using the Basic Flowchart Shapes(US Units), the placed shape (such as the Process shape) has 7 pairs of property name and value...
View ArticleHow to define custom prefixes for datatypes in VBA?
HiI seem to recall there's a way to get automatic datatypes in declarations based on prefix. For example:Dim intUserwill automatically make this an Integer type, because of the Int prefix. IIRC, the...
View ArticleOffice 2016 regression: OneNote 2016 reproducibly crashes when retrieving...
I have found VBA code for Word that gets the contents of a OneNote notebook using the OneNote API.This crashes when GetHierarchy is called to retrieve page content.The following code crashes OneNote...
View ArticleProblems automating Visio in Windows Server 2012
Hi,We currently encountered a problem automating Visio (2010) under Windows Server 2012. Our job is simply open a Visio diagram, make some small changes (Shape Texts), and then export it to SVG and...
View ArticleConvert ppt,pptx,xls,doc to pdf
How to convert ppt,doc ,xls or etc. to pdf.Please provide one sample regarding this which contains all logic about this
View ArticleInconsistent Behavior Glued Shapes
Am currently using the GluedShapes - visGluedShapesAll1D Method , and i noticed an inconsistent behavior; when i added a container on the page, noting that this containeris not connected to any shape,...
View ArticleOneNote 2016: Cannot get the Publish method to work
I'm trying to convert OneNote content to Word using the Publish method of the OneNote API.The VBA code I'm using (modified from code found on the 'net, derived from an old MSDN sample) is the...
View ArticleAdd PDF attachment to OneNote page using Microsoft Graph API request
Hi,I want to add a PDF file to a OneNote page (attachment + printout). Has anyone achieved this? The page gets created and I see a PDF file shortcut. But when I click the PDF file icon on the OneNote...
View ArticleStart Menu can't open-SRX1319894103
We have contact you on Dec 29, 15 with case #1319894103, however this case didn't work, can you help to solve the problem again.ThanksWinnie
View ArticleUsing API to get subscription spesific information via code
Hi,This may be wrong category, but here we go.I'm trying to gather information about my Office365 subscription plan via the REST api. I want detailed information about subscription, licenses, users and...
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 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 ArticleHow can I set Text Color (and Background color) in PPT 2007
Hi, I am trying to set the color of a text in PPT from my C++ project. The attribute TextRange->Font->Color cannot be modified ?! I should feel much obliged if you can provide me any further...
View ArticleWrite to SQL Server from InfoPath without web service
Hi all,My software stack: 2010 - Office, SharePoint 2012 - SQL Server Win 7 Is there a way to write from an InfoPath 2010 Form Library Form straight to SQL Server without setting up a web...
View Article