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.
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
1answer
25 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();
...
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 ...
0
votes
4answers
188 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
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 ...
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
1answer
50 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 ...
-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
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??
-1
votes
0answers
162 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
32 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
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
vote
1answer
56 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 ...
-1
votes
1answer
193 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
22 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
1answer
133 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 ...
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
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
135 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
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
1answer
115 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
32 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)
...
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 ...
0
votes
2answers
805 views
VBA - Pull data from MS Word table into MS Excel Worksheet (NOT special Paste)
I have a standard word document that contains a few tables of data (name, dob, address, etc).
I am wanting to have a set up so when data is newly entered or altered within the word document it ...
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
1answer
98 views
C# COM DLL with Office 2010 64 bit
I may be reposting but I cannot find solution of this.
I create a C# Comvisible Class. This is the following class:
using System;
using System.Collections.Generic;
using System.Linq;
using ...
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 ...
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 ...
0
votes
1answer
236 views
Programatically import Microsoft.Office.Interop.Excel namespace in VBA project
I'm trying to programatically import Microsoft.Office.Interop.Excel namespace into my vba project. I found this site
http://msdn.microsoft.com/en-us/library/office/bb407651(v=office.12).aspx
that ...
0
votes
1answer
50 views
Excel Compare tables
Good morning.
I got a problem. I got 2 excel pivot tables with 2 columns but got diferente number of rows.
The first column of each table got and Number, and the column 2 got a value.
I want to ...
0
votes
2answers
144 views
MS Word 2010 mail merge: dynamic url, same text
I have a MS word 2010 mail merge that needs a personal url as href and a generic title for all users
i can send a url that displays as the full url, but i want a generic display text so users dont ...
0
votes
1answer
264 views
Diffrent First Page in a document using microsoft office interop word in c#
How can i create a different first page header and footer in a document using Microsoft.office.interop.word.
I have tried the following code but only in the first page, header and footer is coming.
I ...
0
votes
0answers
24 views
export xml to mht(using MS infopath) C++
I am new to windows programming. And this question is just like export word to pdf.
I referred to the MSDN but all I get is C# code.
but what I need to do is implement it with C++.
since COM is ...
0
votes
1answer
37 views
Wpf forms and Office 2003 excel addin
I would like to create a wpf control form that can be shown on clicking a menuitem. but this application should be an addin to excel. can someone help me here?



