How to get the title of a presentation of a powerpoint app in C#
Hello, My idea is that when I create a presentation a button will be created automatically and when I close it, the button must be removed so I need to get the title of the presentation do you have any...
View ArticleProblem with registration-free ActiveX-controls in a Visio Library (vsl)...
Downloadlink for the example and trial of SftTree OCX 7.04: downloadSteps to reproduce the problem:- Install Visio 2016 (x86) and the Visio 2013 SDK (for compiling a VSL) on your development...
View ArticleOffice 2016: Selfcert certificate not accepted - Where must it be saved to be...
Hi,I set my Office 2016 programs to only run VBA macros if the code has been signed by a certificate:Next I created a self-signed certificate for my Office macros using Selfcert and assigned it to my...
View ArticleQuestion about Office Telemetry and code inspection
Hello,My company is currently using Office 2010. It is installed on 400 PC. We plan to migrate to Office 2016 so I've installed Office telemetry to discover our most used files etc.Question : If I open...
View ArticleOffice Addin - Insert Image Function()
Hello, I have a question about getting images porperly displayed via Office Addin.Per the below code, I can successfully input a picture into the task pane via a button. However, I cannot get that same...
View ArticleHow to access Office File menu items inside 'SaveAs'?
Hello Experts, I am trying to access office menu items (like File->SaveAs->OneDrive). I can access 'SaveAs' as: CommandBars("menu bar").Controls("file").Controls("save as...") but...
View ArticleNo more transparent labels on VBA userforms?
Dear allI noticed that I cannot create transparent label controls on VBA userforms anymore (Office 2016). Yesterday everything was working fine, then an Office update was installed. Today, all label...
View ArticleReading Viso VSD-Files and Publisher PUB-Files without office
Hello!I need to know how to parse Visio VSD and Publisher PUB files.I know that those files are structured storage files.I am particulary interested in the Contents-Stream for PUB files and the...
View ArticleMicrosoft.ACE.OLEDB.12.0 provider and text file without extension
Windows 7 64-bit. Trying to read text file with C# ConnectionString Provider=Microsoft.ACE.OLEDB.12.0;Data Source=N:\TestFiles;Extended Properties="text;HDR=NO;FMT=Delimited(|)";...
View ArticleUsing VBA in a template
My question is about the generic process of using VBA in a template, to customize the new document.Office apps support the New event, which allows you to identify when a template is being activated *as...
View ArticleClick once application installing problem
Hello! When I install ClickOnce application (Excel AddIn), I get the following error message:************** Exception Text ************** System.ArgumentOutOfRangeException: Specified argument was out...
View ArticlePowerPoint Add-in CustomTaskPane add new Shapes C#.
I'm developing a PowerPoint add in and it has a custom task pane. I want to add custom shapes into the pane. What is the mechanism of adding new/Custom shapes into the custom task pane which can be...
View Article[C#] Insert rich text (Bullets, Numbering, font, size, color...) to PowerPoint
Hi everyone,I use OpenXml to insert Plain text to PowerPoint 2010 (replace with an available word).I want to insert Rich text. Is it possible?If true. Could you show me example to do that?I would see...
View ArticleRenaming custom ribbon group problem
Hi All,I have installed the 32-bit Visio 2013 trial. There seems to be an issue for me when I create a custom group under customize the ribbon, I can't rename it. When you right click on ribbon,...
View ArticlePowerPoint Online Bug
When viewing a slideshow in PowerpointOnline created with add-in, slides containing add-in’s content do not appear to load. Error messagehttps://yadi.sk/i/wlL733wSwegTYI think this error is a bug of...
View ArticlePower Point 2010 insert picture to chart
Hi,I am trying to insert a banner picture inside the top of the chart area. I thought I can do it via "Slide.Shapes.Chart.Shapes.AddPicture" function, but I was getting this error: Run-time error...
View ArticleOLEFormat.Object : unknown interface
Hello,I auomate powerpoint reports with VBA and it's been working very well for years. My environment is office 2013 + windows 10.Today the very same macro fails at random and after some time elapsed...
View ArticleWindows Update API method IUpdateHistoryEntry.ResultCode throws error...
Hello,I have written VBA code for Excel and Word that accesses the Windows update history via the WUAPI. This code works fine in all Windows version prior to Windows 10. In W-10, when I access the...
View ArticleHow to Highlight the same Range in VSTO?
I'm trying to highlight the same Range using the following function,range.Find.HitHighlight(range.Text.Substring(0, range.Text.Length));But when I do this MS Word gives a message saying that "Word has...
View ArticleHow to integrate to Office "Save As" locations?
Hello,how can I programmatically integrate a new location to the MS Office "Save As" locations like "OneDrive - Personal" or GoogleDrive? In fact, I like to add my Software here as a link/shortcut to a...
View Article