Adding Image from Webcam to OneNote Page C#
Hey all,I am a young sysadmin and need a little bit help with my code.I am accesing my webcam and want to save the current frame to my currently opened onenote page.I already have access to the...
View ArticleIs it programmatically possible to access Office Upload Center using C#
Hi I had a client requirement to pro grammatically delete the cached files . How can I accomplish that? And also to programmaticallyselect the check boxes like "Show Upload Failure Notification","Show...
View ArticleEvents not fired in PowerPoint as expected when a new presentation is opened...
Problem Description: Microsoft Tool: Microsoft PowerPoint 2013 (Part of Microsoft Office Professional Plus 2013), Ver - 15.0.4693.1002) - 32-Bit In PowerPoint, we have Application Object Events which...
View ArticleOffice Add-in: Add Textbox when a Symbol is embedded via Task Pane
Hello,I've made an Office Add-in in which a Custom Task Pane allows a user to choose from a list of symbols. When the user clicks a symbol, I would like to have a textbox populate in a specific...
View ArticleIs it possible to use a VTSO-Addin, when embedding an Excel Workbook in a Web...
The scenario is that we have an add-on that is a VTSO and we use it in Excel locally. Now we have an online application, that we want to be able to create a "new" workbook, have it open, and make the...
View ArticleHow can I add a VBA addin to windows store
Hi there,It is my first attempt to upload an addin to the win app store. And I am stuck:I have created some small VBA Addins for powerpoint. I have changed the vba code to use it with a ribbon. All...
View ArticleDisable Show Links Between Projects dialogue box
HiI am looking for a line of vba code that will enable me to disable the "Show 'Links between projects'" dialogue box when I open a project plan using VBA. I have searched in vain and cannot find...
View ArticleoneNote 2013 programing c# with visual studio 2015
hi, I'm trying to write a script that will open a new onenote 2013 page each time and past images to that page.I'm using visual studio 2015. Can you please help me with the library's that I need to add...
View ArticleActiveWindow.Selection.TextRange does not return the whole text selection...
Hi,if you select two different text blocks in a shape.i.e cooking and barbecueing in this example.ActiveWindow.Selection.TextRange.Text only returns the lastly selected text.i.e. you first select...
View Articlems-allow-popups Error in Office Add-in
Hi Team,We are building office Add-in for Word, power point, excel and Outlook. In all of these add-ins when we launch the add-in, we get the following console error in chrome:Error while parsing the...
View ArticleHow to disable/enable AutoCorrect setting "Capitalize first letter of table...
Hi, how can I disable/enable the autocorrect setting "Capitalize first letter of table cells" in Microsoft Word 2016 over group policy settings (or group policy preferences aka registry).Under...
View ArticleUnable to edit Excel data after updating/closing PowerPoint file with VBA
Hello,I have created an Excel add-in which opens a PPT template, updates a few charts and tables and saves. There is a chart that once it's updated, it cannot be edited. Clicking on Edit data in...
View ArticleODMA and Word 2013 onwards
I keep asking but nobody answers. Is ODMA supported by Word 2013 onwards. If it is, it doesn't appear to work. The issue seems to be that Word is trying to talk Unicode to ODMA which only talks ANSI....
View ArticlePublisher VBA; Specify *which* Master-Page on creation of new page (Pub 2013)
I am working on a project that does a reasonably hefty amount of data parsing and curation in Excel, and have been using VBA to send this data to generate documents in Publisher based on the values in...
View ArticleHow do I generate excel file using openxml-SDK v2.0 supporting to msoffice 2007
Hi, I am trying to open excel file(.xls/.xlsx) in ms-office2007 which is generated by using openxml sdk Version 2.0, but it didn't get open. What i did: I was generated a excel file using Openxmlsdk...
View ArticleAdd column headers to worksheet
Hi,I am able to write the values to excel rows using the below code. foreach (var item in ExcelData) { DocumentFormat.OpenXml.Spreadsheet.Row newRow = new DocumentFormat.OpenXml.Spreadsheet.Row();...
View ArticleHow to create CrossReference of Figures or Tables using C#...
Hi, I am using office 2010, How to create CrossReference of Figures or Tables using C# [InsertCrossReference Function In InsertCrossReference function WdReferenceType type not showing Figure or Table...
View ArticleVisual Basic 6.0, MAPI and Outlook 2016
HiWe are currently using MAPI to send e-mails from our Visual Basic 6 application. This worked well with all versions of Outlook up to 2013, but we are now having issues with Outlook 2016 (32-bit). The...
View Articlecannot receive e-mail from @css.one.microsft.com
How come that I cannot receive messages from ..,. @css.one.microsft.com ... in my Microsoft Office . Outlook 2016With kind regards,udohens@ix.netcom.com
View ArticleOdd behaviour using HitHighlight to highlight a single character
Hi there I have code to use HitHighlight to highlight specific text within a document which my add-in has identified as an error, but it behaves oddly when the region I wish to highlight is only a...
View Article