Related to physical offices. Do *not* use this tag for questions related to Microsoft Office or OpenOffice.org; use [tag:ms-office] or [tag:openoffice.org] instead, respectively.

learn more… | top users | synonyms

2
votes
0answers
163 views

Warning: The referenced component 'Microsoft.Office.Core' could not be found

When building one of my projects, I'm getting the following warnings: Warning 3 Cannot find wrapper assembly for type library "Microsoft.Office.Core". Warning 4 The referenced component ...
2
votes
0answers
75 views

how can get the style of a paragraph with openxml wordprecessingml in c#?

i'm new to openxml,and i know the wordprocessingml style as described here: Style Part of a WordprocessingML Document how to get the style of a paragraph with openxml in c#? for example i want the ...
2
votes
0answers
38 views

Suggestions for Document Previews in a Web App?

I'm building a medical billing and coding system and one of the specs is to show document previews. I don't need to be able to edit the documents in the preview area, but I do need to show them from ...
2
votes
0answers
623 views

Exception from HRESULT: 0x800401E3 (MK_E_UNAVAILABLE) Workarounds

From the following call Marshal.GetActiveObject("Excel.Application") I get a Operation unavailable (Exception from HRESULT: 0x800401E3 (MK_E_UNAVAILABLE)) I believe that this error is caused when ...
2
votes
0answers
135 views

How to configure Cached Exchange mode for Outlook using C#?

I am working on a tool that needs to configure the Cached Exchange mode for outlook. I tried meddling with the registry but it seems like its not a good way to go about it, since in Outlook 2010 it is ...
2
votes
0answers
633 views

Installation of VSTO Office addin using WiX

I've made an Excel addin and tried to install it using this answer: How do you use WiX to deploy VSTO 3.0 addins? It doesn't work this way and I figured out that when Visual Studio deploys addins it ...
2
votes
0answers
484 views

Error while running VSTO application from Network path CannotCreateCustomizationDomainException

Environment: VS2008 .NET 3.5 - VSTO runtime 3.0 - Excel 2007 We have published the VSTO Excel document level customization to network path. All our users are able to copy the .xltm file from the ...
2
votes
0answers
663 views

Outlook Crashes with Event ID 1000

We deployed a VSTO addin for outlook 2003. After installing the addin one of the user's outlook crashes when a contact is opened, i.e, when ItemProperties of the contact are read.Some theses ...
1
vote
0answers
18 views

ClickOnce-signing on continuous integration server only

Context: We are multiple developers that are working on a single Office addin. Our continuous integration (CI) server creates deployable artifacts. However, Visual Studio enforces every developer to ...
1
vote
0answers
18 views

embed office document with web apps

I need 3 party application which helps me to embed office documents with my web application. Unlike available online applications, If any downloadable WAR file which can run on my local machine will ...
1
vote
0answers
55 views

Word Add-In: Add submenu to CommandBar

I am trying to add a submenu to the CommandBar in Word application. The code below is part of what I have wrote. For now I only managed to create a button in the right click menu that fire's an event ...
1
vote
0answers
85 views

How to save ms word docx file using edraw in zk

As I am using Edraw to save MS word document File.Previously i was using jsp pages to save file in this case I can easily Post my url and save modified file.I am showing below in my code how we were ...
1
vote
0answers
576 views

Office Web Apps Server 2013 without SharePoint

I've noticed Microsoft has released a new version of Office Web Apps Server 2013, which is a standalone product now. I'm looking for an engine that I can convert Word/Excel and PowerPoint documents ...
1
vote
0answers
212 views

(PPT Add in) Width and Height of PowerPoint Window

in my PPT Add in i want to display a WPF pop up window and it should be centered according to PPT window. here's my code: // get the postion and size of ppt window float winLeft = ...
1
vote
0answers
137 views

“AllowDocumentFunction constraint violated” Error when opening XML file using Custom defined XSL In Excel 2010

I've a XML file with the associated XSLT sheet. When I try to open the XML file in Excel 2003 or Excel 2007, I was provided with an option to use my XSL and it opens perfectly. When I open the same ...
1
vote
0answers
30 views

Google Sites - Portfolio

I'm currently creating a portfolio template for students. The portfolio template is supposed to be linked with a program like Dropbox/Skydrive/... (for syncing to desktop) But it also needs to have ...
1
vote
0answers
96 views

Outlook Change MessageClass digital signed Mail

I am working on a project, which displays a customicon and an informationarea in Outlook 2010 for special messages. To achive this, I change the MessageClass of the message. This works great, aslong ...
1
vote
0answers
100 views

How to convert MS office file to pdf or image in linux

I am looking for an file conversion site which converts DOCX, DOC, PPT XLS...to PDF or JPG files using an API (C/C++/python library or module) in linux. Openoffice is no lightweight enough. Is there ...
1
vote
0answers
76 views

html5 cache office document with manifest

I'm trying to use the html5 cache to store locally office documents. I use : - ASP.NET MVC 4 on server side - Chrome / PC and Android Browser / Galaxy Tab (Android 3.1) on client side. Here is my ...
1
vote
0answers
379 views

LibreOffice Calc, how to get multiple VLOOKUP result in one cell?

I am trying to search data to get multiple VLOOKUP results in one cell (comma separated). For example I have a spreadsheet which: product_id | product_name -------------------------- 123 | ...
1
vote
0answers
131 views

How can I execute the action of a custom Ribbon control in MS Office/PowerPoint from within a C# add-in?

I'm currently writing a PowerPoint 2010 C# add-in using VSTO. I am trying to execute a number of Ribbon controls which are there through custom add-ins from within my own C# add-in. For example, to ...
1
vote
0answers
185 views

add bookmark as file in the treeview and open it on double click

i am creating a add-ins for Microsoft Word. i have a tree-view control where i am generating Folder, files and File's bookmarks in hierarchical structure. For this i am using these code : void ...
1
vote
0answers
121 views

C# PowerPoint convert file with embedded media

I need to convert a powerpoint file to the latest powerpoint version in my case pptx 2010. so a ppt file 97-2000 or pptx 2007 should be converted to pptx 2010. the special ability of 2010 is that all ...
1
vote
0answers
243 views

VSTO in Powerpoint: Changing custom task pane visibility in WindowSelectionChange moves selected shape

I think I have found a bug. I am developing a add-in for Powerpoint 2010. The event WindowSelectionChange is fired when a shape (e.g. a picture) is selected/deselected. However, if I use this event to ...
1
vote
0answers
368 views

Excel ActiveX labels blink / change style upon clicking

This, what seems to be a glitch, has annoyed me for years. Some ActiveX controls, when placed on the worksheet, do odd things when clicked. In the picture below, there is no code whatsoever and ...
1
vote
0answers
319 views

ClickOnce Single vs Multiple Solutions Deployment

I've been trying to create deployment for a VSTO Word solution. I have two projects: an add-in and a template. I opt for ClickOnce as auto-updates will be implemented later on. I created separate ...
1
vote
0answers
433 views

Building chart in Word using C# - how to change axis text orientation?

I worked out the basics of how to build a graph in C#: object oClassType = "MSGraph.Chart.8"; Word.InlineShape oShape = range.InlineShapes.AddOLEObject(ref oClassType); Graph.Chart graphChart = ...
1
vote
0answers
195 views

Navigating OpenXML Document with XPath?

Probably a very stupid question but I've been researching this for a bit and I'm probably just overlooking something very simple. How exactly can I return en OpenXMLElementList with an XPath query?
1
vote
0answers
186 views

OneNote COM Addin only loads manually

I have been working on a COM add-in for OneNote based on the tutorial at http://www.malteahrens.com/#/blog/howto-onenote-dev/ and http://support.microsoft.com/kb/2555352. It builds fine, however, ...
1
vote
0answers
529 views

auto save word document c#

I have a bit weird question but I have to get it done somehow, any help will be appreciated. I have an application and it detects if word document is opened if it is it has to auto-save it. For ...
1
vote
0answers
616 views

Problems saving from Excel 2010 to Sharepoint 2010 Drop Off Library

I've created a custom content type based on the Document Base Type and have attached it to the Drop Off Library (Created from Content Organiser Feature). From Office I can create and Save Word, ...
1
vote
0answers
645 views

MS Word 2011 Custom dictionary item format in plist file on Mac

I have a project to programmatically install custom dictionary into Microsoft Word 2011 for mac. I have made the version for MS Word 2008, but now microsoft has changed the format. Can anybody help me ...
1
vote
0answers
176 views

How to display xml data in OWC 10 component in ASP.net?

Hi We are using Office Web component V10.0 in ASP.NET 3.5 website. The rquiremetn is to display xml data in OWC Pivot table component. How can I acheive that? Thanks
1
vote
0answers
228 views

How do I deploy a word template solution and run it regardless of it's location?

I'm trying to deploy a Word Template solution that uses VSTO with VS2010. Everything goes well until I try to move the template file away from the folder that has the assemblies (then I get a "failed ...
0
votes
0answers
8 views

Create a thumbnails for Office file with asp.net

I'm using asp.net MVC to upload office files(words,excel, powerpoint) after that I will generate a thumbnail of the first page on Server side. Anybody known which library support for generate ...
0
votes
0answers
6 views

how to apply color to a specific font in the text in Libre Office?

I have written a report in Libre Office mainly with Arial font and now it is almost done. I have decided to change the color of some programming code which are in courier new font. I now want to apply ...
0
votes
0answers
13 views

XWPFRun.setText() doesn't seem to respect line breaks or tabs?

Here is the sample code, the "\t" not work for this setText method?: XWPFDocument document = new XWPFDocument(); XWPFParagraph tp = document.createParagraph(); XWPFRun tRun = tp.createRun(); ...
0
votes
0answers
18 views

Office Ribbon DefaultText (NullText) for editBox

I have the following xml as custom ribbon to provide a searchbox. <?xml version="1.0" encoding="utf-8" ?> <customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui" ...
0
votes
0answers
27 views

When some process is suspended, MS Word slows down in opening

I am using Windows 7 Enterprise Edition SP1 and MS office 2003. If i suspend any process in windows (say notepad or any other) and double click a MS Word document to open, it takes about 20 to 30 ...
0
votes
0answers
45 views

Using Office Web Apps 2013 in .NET Application

Office Web Apps 2013 is now standalone service product. SharePoint used it from iframe like this https://officewebapps.contoso.com/wv/wordviewerframe.aspx? url + accesstoken More on Introducing ...
0
votes
0answers
32 views

How can I print out a Word 2010 Document without the grey square brackets on the sheet?

How can I print out a Word 2010 Document without the grey square brackets on the sheet? It worked perfectly in Word 2007. But now printing the *.docx file in Word 2010 fails, because it prints out ...
0
votes
0answers
8 views

how can I put the defind macro-instruction on the word2013 panel?

I have make an user-defined macro-instruction,but how can I put it on the word2013 panel? I can do it on word2010,2007 or 2003,but in 2013 how to do it??
0
votes
0answers
20 views

How to know when a public document in google docs have been finished editing?

I have to solve a problem in using google docs in my application. My scenario is: My office files (such as *.docx,...) is stored in my server. When a user click on a link to view a document, they can ...
0
votes
0answers
23 views

Can we use MS office com component on Mac OS?

We can read and process Office documents (Word, Powerpoint) using OLE automation (Com programming) on Windows. But on Mac we have to use AppleScript which doesn't work without launching the software ...
0
votes
0answers
47 views

From MS Office to PDF

I need a library ( or more then one ), that would help me to convert files of the following types( rtf, doc, docx, xls, xlsx, ppt and pptx) to PDF. I found a lot of libraries, but they all are not ...
0
votes
0answers
44 views

MODI with c# not recognizing a specific part of a image because of words written by pens

Some specific part of the image is not correctly recognized because MODI assumes that the part of the image, because of something written by pens, is a picture (like a wordart). If i cut off the ...
0
votes
0answers
28 views

trigger office configuration window

After installed office 2010 apps MUI patches(Word MUI patch, Excel MUI Patch, and so on), Outlook cannot be used with an error message shown as below: Setup Error The setup controller has ...
0
votes
0answers
30 views

Excel Drag and Drop (Clipboard) GetDataFormat

We have a WPF application that support Drag&Drop from Microsoft Excel. We would like to get the cell path (e.g.: File.WorkSheet.Coordinate) from the IDataObject rather that just storing the value ...
0
votes
0answers
7 views

Word2003 - Mass Template Property Search

wonder if anyone can help with this 'unusual' request: I have a number of templates (around 2000) and I'm wondering if there is a quick way to know whether the page option of "different first page" ...
0
votes
0answers
70 views

IRibbonExtensibility GetCustomUI not called

I'm developing a shared add-in for Outlook. One of my customers is experiencing trouble on his machine, he does not see my add-in buttons/ui in the main window ribbon. After exploring his ...

1 2 3 4