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.
-2
votes
0answers
7 views
Download huge amount .docx [closed]
Hey in order to do a statistics I need to parse about 100 000 .docx documents.
Any sugestions on what is the most efficient way to do download them?
0
votes
0answers
3 views
Is there practical document about Office PIA
Recently, I'm studying Office PIA.One thing greatly confused me is there is no useful document.I did greatly research on the msdn, but all the doc talking theory.Where i can find some practical doc to ...
-7
votes
1answer
57 views
Word text replace [closed]
I need to find the text in word document and replace it with another text using C#. I am following the below code, can anyone look into it and suggest modifications or new code.
public void ...
0
votes
0answers
10 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
1answer
26 views
how to insert formula in word using vsto?
I want to use formula { = {PAGE} + 1 } in my word document, tried below sample but that didn't worked
document.Fields.Add(sel.Selection.Range, Word.WdFieldType.wdFieldExpression, @"{PAGE}+1", true);
...
0
votes
3answers
35 views
Convert Office files into images in C#
I am looking to get a way to convert Office files(pdf, word, excel) into images.
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();
...
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
2answers
1k views
How to use Access 2003 with Excel 2010?
I am supporting a legacy application that was written in Access 2003 using VBA. We are updating our systems to Office 2010, with the exception of Access, which will remain the 2003 version. (This is ...
1
vote
1answer
181 views
Phantom Keytip conflict in Microsoft Office 2010 Ribbon Custom UI
I'm trying to create a custom ribbon in one of my Excel 2010 addins, and for some reason Office is overriding some of the keytips (keyboard accelerators). I know if Office sees a conflict it will ...
0
votes
4answers
191 views
Getting System.Runtime.InteropServices.COMException Error in Server Side Generated Excel
We have a web application that generates excel spreadsheets and run macros on the server side. It then sends them to different individuals via email. It is a part of a legacy reporting style which ...
0
votes
0answers
4 views
How to add .ics file in officeautopilot [migrated]
I am using officeautopilot to manage task responsibility. We need to setup a meeting task on a particular date and time then get notification from officeautopilot.
In the notification email we ...
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" ...
-2
votes
0answers
39 views
excel sheet comparing and deleting rows using c#
I have an excel sheet with about 4559 rows, now after applying filters i constuct it in a way that all rows whose first entry (the name of site) are same are sorted in consective rows. some time three ...
1
vote
1answer
115 views
What is the MS Office contrast algorithm?
Does anyone know what formula MS Office uses to apply contrast adjustments to image?
It looks like the quadratic function, but I couldn't discover it.
5
votes
3answers
879 views
Proper disposal of COM interop objects in C# particularly MS Office applications
I am developing an application that relies heavily on multiple Microsoft Office products including Access, Excel, Word, PowerPoint and Outlook among others. While doing research on interop I found out ...
1
vote
1answer
57 views
How to add on mouse hover effect in Word 2010 addin
I wish to add text to the bottom of the font hover menu in word add-in:
But i cant find any documentation regarding this specific menu.
ADDED
My goal is to get an onmousehover effect while ...
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
34 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 ...
1
vote
1answer
52 views
Open and modify Word Document
I want to open a word file saved in my server using "Microsoft.Office.Interop.Word".
This is my code:
object missing = System.Reflection.Missing.Value;
object readOnly = false;
object ...
0
votes
1answer
14 views
Add page in Word Options menu
I'm developing and add-in for Word.
I would like to create a configuration screen that allows the user to configure the add-in.
What is the right way to do that?
Is it possible to add configuration ...
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
1answer
144 views
Office 2011 Mac: How to link existing excel chart to powerpoint?
how do I link an existing chart in an excel sheet into a powerpoint presentation in such a way that when I change the excel file is change the powerpoint will be changed, too?
I found ...
1
vote
1answer
135 views
How to fix Visual Studio 2012 freeze while editing aspx pages with installed Office Developer Tools
I'm working with SharePoint 2013, so I need the Office Developer Tools for Visual Studio 2012 to be installed. When I'm editing .aspx pages associated with a Web Part, the Visual Studio is freezing ...
-4
votes
0answers
42 views
How convert a file from .html to .doc file format [closed]
There is a html document, I want to convert it to a MS OFFICE WORD document using c++, who can tell me how to?
0
votes
1answer
47 views
Copying Notepad++ code into PowerPoint 2010
I've tried copying some source code that I have input into Notepad++ and pasting into PowerPoint 2010, but I'm not offered any "Paste Special" options other than "Keep Text Only"
Any suggestions on ...
-4
votes
1answer
38 views
How to get old versions of Microsoft Office? [closed]
I am moving a project from one company (with Office 2010) to my own server.
How do I get Office 2010? The project uses Microsoft.Office.Interop and interacts with Excel.
0
votes
0answers
46 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 ...
1
vote
1answer
4k views
cannot connect to “office outlook” with SharePoint Foundation
I have installed SharePoint 2010 and office 2010 in my machine. It is 64-bit OS. I have created an external list in sharePoint. I want to export that list into office outlook. But "connect to outlook" ...
-1
votes
0answers
174 views
How to open xlsx files with Excel 2013 by default on windows 8? [closed]
My xslx files open systematically with Excel 2010 when I'd like them to use Excel 2013.
Everytime I
right click
select open with
point to C:\Program Files\Microsoft Office ...
1
vote
1answer
33 views
VSTOR 4 Framework MSI Deployment via Group Policy
I developed an Outlook 2010 Add-In, which is going to be deployed on hundreds of machines.
In order to deploy the add-in, I made use of the Microsoft's ClickOnce mechanism.
The add-in relies on ...
0
votes
1answer
48 views
Trouble Saving Excel ony my computer using c#
I have a app that should create a excel spreadsheet and save it. The app works runs without any problems on other machines, including my bosses computer(he has the same ver of office and VS as me). I ...
0
votes
1answer
137 views
EWS 1.2 - Unable to connect to company Exchange Server
I'm currently trying to connect to our company's exchange server using the EWS Java API.
Unfortunately when try to execute anything (either autodiscover or some other action after using setUrl ...
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 ...
-1
votes
1answer
203 views
Copy from one column to another , entire column to specific text
I know this is bit difficult but i wonder if any one can help.
I want to copy one entire column data in to other column but When we copy the data , it should only replace one specific word in that ...
-2
votes
0answers
23 views
How to revert fonts after Mac Office 2011 installation? [closed]
Safari make some fonts looks like AAAAA... How to fix it?
It seems that is my problem with answer:
http://reviews.cnet.com/8301-13727_7-20085570-263
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 ...
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
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
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
1answer
118 views
Importing Office 2013 type library, Delphi XE3
I have Office 2013 and RAD Studio XE3 installed. When trying to import the Excel, Word, and Outlook type libraries using the Delphi Wizard the type libaries are no longer listed. How can I create 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
1answer
34 views
Implementation of a custom menu for Office 2003 and Office 2007 (2010)
How can I define a custom menu (part of an addin) programmatically for Word 2003 and Word 2007 with the Visual Studio Tool for Office respectively .NET? The problem ist, that in Office 2003 there are ...
1
vote
2answers
55 views
Visual Studio, C# how to add a doc file as a resource
I am trying to add a word document (.doc) to my project as a resource so i could open it with a button. Please help...
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
73 views
Lync - Hide how long I'm offline or away [closed]
I just wondered if it is possible to disable the "feature" in Lync that everyone in my contact list can see since when I'm away, offline etc. (the text next to the name - e.g. away, for xx hours)
...
1
vote
1answer
337 views
Office Ribbon: How to access a control when the ribbon was created using XML
I used a ribbon XML file to create a custom tab which contains a togglebutton. The button is meant to toggle the visibility of a custom task pane and works great. The problem is that when the user ...
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" ...
1
vote
2answers
322 views
Office automation (Interop) on Windows Server 2012
I'm successfully using Office automation on Windows Server 2008 R2 with Office 2007 in order to convert Office documents to PDFs.
The code is rather simple:
public class WordConvert
{
/// ...




