Got return code 0xe004127a from OLE Exception in Word 2010
A customer is in Window 7 64-bit and has Office 2010 installed. If the bitness of Office is important, I can get that information also. I was attempting to activate a 2010 Word document through OLE,...
View ArticlePowerpoint chart not updating if you close Excel workbook
I am using VBA to update a powerpoint presentation chart in Office 2010, as illustrated in the Microsoft article http://msdn.microsoft.com/en-us/library/gg980939(v=office.14).aspx. Though the Excel...
View ArticleHow can I disable going to help with error message in vba?
While debugging when I get an error, the message box pops up with OK and Help buttons. If I have been tabbing through controls on a form and accidentally hit the tab key, I frequently hit the tab key...
View ArticlePowerBI Pivot Table Functionality?
Hello,Does the new PowerBI that's coming out have Pivot Table functionality like Excel connecting to external sources?Thanks!
View ArticleHow to get Unicode code of arabic presentation forms A/B using VBA
Taking a string and using ChrW and AscW to get the Unicode code for a certain character is no problem and works nicely.However, in Arabic it seems to be a bit different...Depending on the text...
View ArticleLinking between Word and Excel is Slow
Hi everyone,I'm having issue with some excel links ({LINK Excel.Sheet.12} field codes) in my word document. For some reason, updating links seems extremely slow.I'm talking about 60 different links for...
View ArticleInfopath Message about much Data
I am filtering Data in c# Codebehind of an Infopath Form:AdoQueryConnection vnbConn = (AdoQueryConnection)(MainDataSource.QueryConnection); vnbConn.Command = "SELECT ... FROM ... WHERE ... ";...
View ArticleOur program is causing Microsoft Office to crash
We have been having a few of our customers report that sometimes when our program is up or has been opened outlook, Word, excel, and to a lesser extent explorer.exe itself experiences sporadic first...
View ArticlePowerPoint Automation and Saving as HTML
Up until Office 2010, our application could save a PPT or PPTX file as HTML from C/C++ code. With 2013, this is failing:int saveAsHTML(CComPtr<PowerPoint::_Presentation> presentation, TCHAR...
View ArticleCustomize Locations available in Save As... Dialog
I am working with an organization that has many different web locations (SharePoint site collections) where they would like to save files. They would like them to show up in the Office 2013 "Save...
View ArticleHow to run OneNote 2010 Screen Clipping method programmatically
Hi,I want to do something like this in C#:Application.xyz.ScreenClipping();I don't want to use Sendkey, because I did not receive a completion info.Thank You,RegardsDominiikRegards, Dominik A. Ernst...
View ArticleHidinh tab on ribbon Load
Hi,In my recnt project i came up with the following scenario1. show/hide the tab in ribbon based on some condition.2.I tried to add validation and to set visible property of tab in ribbon_load...
View ArticleNumber of Bookmark problems
Hi Everyone,I have a word 2007 document (.docx). This document is having more than 32,767 bookmarks (Hidden). Word is allowing to create 40,000 bookmarks but enabling only bookmarks those who are under...
View ArticleHow do I add image to image placeholder
I'm using Office/PPT 2010.The image placeholder already exists with name "BlankImage", and the image is located in "strFullPathAndName".How do I now add the image to the image placeholder?Regards,Henny.
View ArticlePing from VBA "in Excel"
Hi,Is it possible to initiate a ping command from VBA to a list in the excel sheet and record the results in a different sheet.I tried to call vbs and bat files from the VBA code, it worked but it...
View ArticleExported shapes as image with vba in powerpoint with a white peace in the...
I want to export certain shapes in powerpoint as images. For that I am using the following code:ActivePresentation.Slides(1).Shapes(3).Export "C:\dink_template\created_files\testimg.jpg",...
View ArticleStarting Office
I signed up for the free Office program and it asked me for a number for the program which I did not get.
View ArticleInfoPath 2010 view no longer exporting as a PDF
We have an application we wrote in Visual Studio 2008 that uses the InfoPath 2007 FormControl embedded in a Winform. This application allows our users to fill out forms and export a view on those...
View ArticleIf my C# .NET addin targets x86, will it run on 64bit machines with 32bit...
I need to know whether the bitness of Windows or the bitness of Office determines the bitness of your .net addin. I don't currently have a 64bit machine to test.Thanks
View ArticleLinked Excel Object in Powerpoint wont update when showing in slideshow
Hi Guys,I have a powerpoint dashboard display in LCD with several slides. one slide is a word file which is automatically generated by SSRS. the files is stored in a network shared file. I inserted the...
View Article