Extracting content from OneNote to Sql Server
i need to know if there is any way possible for me to extract content in a OneNote notebook/section to a sql server database. basically what i need to do is.. read the content from OneNote and insert...
View Articleavoid to appear a pop up while copying files in vba
I want to copy some files from one folder to a zip file. While I am doing this it appears a pop up for each file I am copying and I would like to avoid this pop ups to appear. I try with...
View ArticleTable Cell's Shape.Fill.Visibile property not working in PowerPoint 2010
Hi,I am facing an issue w.r.t Office 2010 migration(from Office 2007).For PowerPoint tables, the table.cell(1,1).Shape.Fill.Visible property is not working in Office 2010 while it works for Office...
View ArticleProgrammatically set the ribbon dropdown's value using Accessibility interface
Hi,I know there is no direct way to set a ribbon dropdown control's(PowerPoint) value. Saw a few post regarding Accessibility and it seems like it is possible to read the control's selected value.I...
View ArticleWhy can't I view colors in Microsoft Office 10 programs
I have a new computer operating on Windows 8.I cannot view colors in documents I create in any Microsoft Office 10 program although the colors do print! This is driving me CRAZY - please help
View ArticlePowerpoint 2013 - pptm file - webBrowser Object Issues
HiI have an existing pptm prsentation with VBA code in it. It uses the WebBrowser object.Everything was working fine in 2007 and 2010, now in 2013 i get a warning at open "Some controls on this...
View Articleexport a pdf file from powerpoint with vba
I want to be able to export the embedded PDF files that I insert in my powerpoint presentation using vba. I know that you can add .zip extension to the pptx file (just modifying the name of the file)...
View Articlec#: PowerPoint : PasteSpecial a copied chart from Excel, crashes with Shapes...
Shapes (unknown member) : Invalid request. The specified data type is unavailable.Is the line I got if try to PasteSpecial a copied chart from Excel,... xlShape.Copy(); ......
View ArticleHow to ganerate C# classes from VISIO class digrams?
Hello,I would like to generate C# classes from VISIO (2010) class diagrams.Is there any chance to do that?please help me. or give me suggestions how can I do that.Thank you,balu
View ArticleIE 10 and olap cubes processing in windows server 2012
Hi, I have been using OLAP cubes successfully with windows OWC components for IE6-IE9 and Windows XP- Windows 7 with sql server 2005/2008. I have not encountered any issues till then. But when I try...
View Articleerror 13 in Set myChart = Pres.Slides(sn).Shapes.AddChart
Hi All,I run a code in order to create a chart from a Macro in powerpoint.I succeed to create the chart but I can't store it in a variable Chart. I would like to use this variable later. The two lines...
View ArticleIntegrate Office Web Apps into Custom Web Application?
We are trying to build a document management solution for our company's intranet, and we would like to give users the possibility of editing documents using an online editor. We do not want to use...
View ArticleAdding picture to powerpoint slides via C# throws The remote procedure call...
Hie guys, I have a block of code here: System.Net.WebClient wc = new System.Net.WebClient(); byte[] data = wc.DownloadData(xmlTempNode.Attributes["imageurl"].Value.ToString()); MemoryStream ms...
View ArticlePowerPoint 2013 MP4 Output
Is it possible to programmatically have PowerPoint 2013 create an MP4 video? In PowerPoint 2010 a new API was added, Presentation.CreateVideo, that you could use to create a WMV video. According to...
View ArticleSyncronising Onenote documents on Skydrive
I'm trying to access a MS Onenote document via Skydrive and then unpack the file, but it seems that it's not a 'normal' MS-ONESTORE file. I can access Skydrive via the API no problem, but I get a 'bad...
View ArticleNTKO ISmartDocument
When I Use interface ISmartDocument to develop SmartDocument Of Word,and add a Chart in Word 2003 from the menu.How Can I Get this Object that I Add With C#?
View ArticleAdding Visio Professional 2013 drawing control gives an unsigned Interop dll
I have installed Visio Professional 2013 32-bit. When trying to add a Visio control onto a Windows form in Visual Studio, the AxInterop assembly generated is unsigned. As a result, this assembly cannot...
View ArticleVisio interop dlls
We have a Visio 2010 ActiveX control added on a Windows form (VS2010 solution). In order to make the solution compatible with Visio 2013, do we need to remove the existing interop references and add...
View ArticleMS Office 2013 + IE 10 -> SharePoint.OpenDocuments stops working after refresh
On the 64-bit Windows 8 machine with MS Office 2013 installed in IE 10 I do the following:1. Create a SharePoint.OpenDocuments ActiveX and call EditDocument with a Url to a document. The document is...
View ArticleIs office 2013 Com add-in in c++ supported?
Hi All,Ok I spent all weekend trying to create a Office 2013 Com add in in C++. I’ve done this in previous versions of Office with no problem. However for some reason the same steps I take, seem to...
View Article