IE 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 Articlewhat id should we return for function in GetIDsOfNames so that they dont...
I have a C++ COM plugin for Ms Word 2013. in GetIDsOfNames() i return the ids for some of the function like (getlabel, gethelperText ...). and when the call comes in the invoke(..) i process them. I...
View Articlehow can i convet >dbx to .pst file
is there way to convert .dbx file to .pst file ..or is there any free tool that can do this work ..pplease update soon ..Thanks Ajay Singh MCITP Exchange IBM Tivoli, HP DPS,
View ArticleAdd image to smart art layout through c#?
I am wondering is there a way to add image to smart art through c#. So for with google search I found how to add text like below PowerPoint.Shape shape=...
View ArticleOneNote 2013 object ID persistence?
Hi,I've written a couple of personal use add-ins for Outlook and other Office products that I use to interact with OneNote. One problem I've had to overcome is that the object IDs for OneNote 2010...
View ArticleVBA or .NET if one wants few prerequisites?
Hi,I'm making an add-in for Word 2007-2013 x86/x64 and want to have as few prerequisites as possible. I'm unsure of whether to use VBA or .NET for the add-in. The add-in itself isn't very complicated,...
View ArticleWhere is documentation on the msoGlowType or msoGlowType2 enumeration?
I have searched the MSDN and Microsoft sites and I cannot find any documentation for the msoGlowType and msoGlowType2 enumerations. I have also searched via Bing and Google. These enumerations are...
View ArticleNeed example using .Net (VB or C#) that manipulates MS Word and MS Excel...
We have a need to manipulate a few tens of thousands of MS Office documents to convert them from Word and Excel 2007 to 2010 and make a few other changes. These changes include retrieving data from a...
View ArticleStop CSV removing leading zero's on cell/mobile phone numbers
I have a client whom has data that they regularly export to CSV from an online data source. The problem is that when they open the CSV file fields that have numbers like 0401767825 or 0400123598 which...
View ArticleCopy and paste macro (match destination format) in PPT 2007
Hey everyone! And thanks in advance.I am trying to build a PPT/macro that will eventually pull information from Excel into Powerpoint (i.e. I have client information for hundreds of clients in Excel...
View ArticleProtocol used while Saving/Opening file from SkyDrive in MS Office
Hello, When we Open/Save file fom SkyDrive in Office we have 2 possibilities - 1. We have SkyDrive installed on my Computer -File is open/save from local SkyDrive folder and synched with online...
View Article'The range you are pasting contains formulas that cannot be pasted into this...
I use the following code Microsoft.Office.Interop.Excel.Worksheet sheet =null;sheet = sourceWorkBook.ActiveSheet;sheet.Paste(destinationRange, Type.Missing);It works fine in office 2007.But in office...
View ArticleOffice 2003 web component owc11 deployment on Windows Server 2008 R2
Hi,We have a 32bit application that makes use of owc11 to display data in a excel grid that works correctly on windows XP. We want to migrate it to a Windows Server 2008 R2 terminal server. However...
View ArticleVB6 addin error 0x80004005 and windows 8
Hi all,I have addins that were created with VB6 as ActiveX DLLs. There is one for Outlook, Word, Powerpoint and Excel. Each does the same functionality, taylored to the Office product. These worked...
View ArticleOLE DB connection fails with Office 2013 32-bit on Windows 8
We have an InfoPath (Office component) application that has an OLE DB connection to an Excel .xlsx spreadsheet. Works fine on Windows 7 with Office 2010, but the connection fails with an "unspecified...
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 ArticleFiltering a field with multiple values based on a dropdown box in InfoPath?
I am trying to create an editable InfoPath form on a list that has a filter on a multiple-selection list box field. The filter is a drop-down box that contains state locations e.g. AK, IN, TN, etc...
View ArticleLooking for recent books
We're looking for any recent books that discuss/describe how to do the following:Using .Net (VB and/or C#)Programming/manipulating MS Office apps (Outlook, Word, and Excel). Don't care about PPT....
View ArticleFFWinPlugin application/sharepoint-x fails after page refresh
Hi, I'm attempting to use the FFWinPlugin plugin to access webdav content from google chrome or firefox. This is not a sharepoint server, but is a webdav compliant server.The problem is that, whilst...
View ArticleOpen PowerPoint file (pptm) without Office installed on the server
Hi,Some guy in my organization have the code below to open one PowerPoint file:string strTemplate; strTemplate = MapPath("~/Relatorio.pptm"); objApp = new PowerPoint.Application(); objApp.Visible =...
View Article