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

0
votes
2answers
156 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
274 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?
0
votes
1answer
115 views

vb .net using excel automation to paste data into opened workbook

Is it possible to paste data into an already opened worksheet using office automation from vb.net? (I done it using oledb but is very slow.) Dim Folder As String = "C:\Users\gm1\Desktop\" ...
5
votes
1answer
189 views

How can you add a Custom Panel in a Visio 2013 add-in?

Recently I wrote an outlook add-in which has a ribbon.xml file for an extra ribbon, context menu's, etc. I also added an extra panel docked on the right of my window. Now I've begun some research as ...
1
vote
2answers
151 views

RichTextBox loses all the formatting when exporting to word

I copied word content to richtextbox without loosing format perfectly, but now I am editing the content in the richtextbox. Now I want to export the richtextbox content to a word document without ...
0
votes
1answer
21 views

.net Interrop Outlook ItemChangeEvent fires several times

I'm using interrop to handle changing events in outlook so when a calandar item is chaged i can display a message.The problem is that it fire the event 3 times :s. here is the code : Private Sub ...
0
votes
1answer
29 views

ms outlook inbox autoforward

from time to time I need to forward some of my inbox messages (some of the clients) to myself because i need the text of the message (for parsing) including subject, from fields. Is there an option or ...
0
votes
3answers
36 views

How to find the largest and the lowest differences in a collumn of an Excel table?

I have a collumn with a loads of numbers like this: 12 32 43 12 45 31 43 12 Given difference being defined as the difference between a row's value and the previous row's value (RowY - RowX), I ...
0
votes
0answers
122 views

Any good iOS Office SDK for editing [closed]

As we know, iOS SDK already provides us with UIWebView and Quick Look Framework for view the office document (ppt, xls, doc, but not xlsx and docx etc.), see this stackoverflow post, however it ...
1
vote
1answer
220 views

office web apps integration

We would like to allow users of our site display office documents in Office WebApps. Since the Office WebApps are allowed only for skydrive or sharepoint and we have lot of documents for lots of ...
0
votes
1answer
147 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
182 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 ...
1
vote
1answer
210 views

“value does not fall within the expected range” when running excel workbook

I'm running an excel workbook that leverages a VSTO file, but when opening the workbook I get the following error Name: From: file:///C:/Users/Daniel/Documents/Twitter ...
0
votes
0answers
146 views

Excel and PPT Automation in server

I have developed an ASP.NET application with following requirement. *Requirement:*My ASP.NET application having Gridviews and Charts,I need to export these charts into PPT presentaions as a Table and ...
0
votes
2answers
143 views

VBA on powerpoint: how to make a variable to make it able to used on every slides?

So on Office 2013 Powerpoint, I'm trying to make a Jeopardy game... I'm going to create buttons on each ANSWER slides. What this button will do is: Set a variable "Amount" to according amount of money ...
0
votes
1answer
110 views

What happened to the “Run as different user” for Office 2013, Word, Excel no longer show it?

When I shift + right click the shortcut for Word 2013, the "Run as different user" is not available. It works for non Office 2013 shortcuts. How can I re-enable this for Office 2013 products?
0
votes
1answer
166 views

VSTO format word-footer to be left-bound

im need to implement a way to one-click add a footer to a word document consisting of one line. The first part needs to be the absolute Path to the document and it has to be left-bound. In addition to ...
0
votes
0answers
159 views

SharePoint 2010 - E-Mail with Office Document to Document Library - Save from local Office Error

we have a customer that has a problem with his SharePoint Server 2010. They want to send Office Documents, mainly word, via E-Mail to a Document Library. The document has managed metadata that can be ...
0
votes
0answers
33 views

/generalize does not reset CMIDs for VAMT/KMS

We are trying to hook a network of 26 computers up to a KMS server to license all of their installed MS Office programs and have run into an issue we cant find a solution for. When we originally tried ...
0
votes
0answers
78 views

BuildingBlockEntries.Add does not reflect until word is reopened

We have a word addIn and we add a new building block. It does not reflect in the UI until word is restarted. Following is how we add it. public void SaveSelectionIntoGallery(string galleryName) { ...
1
vote
0answers
86 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 ...
0
votes
0answers
63 views

Office Add-In printing in C#

Is there any posibility to use MS Office to print files using C# COM Add-In? I need to convert Outlook 2010 e-mails as they are formatted to user to PDF. The best way I thought of is using free PDF ...
-1
votes
1answer
52 views

Copy Word Footnotes

I've two word documents. Both documents are equals except for footnotes (just one doc contains notes). I need to copy that notes form one document to another one on the same position. I'm using ...
-1
votes
1answer
107 views

Outlook 2010 conditional formatting for message preview body

In outlook 2010 when you use conditional formatting I can only seem to change the message subject in the little preview pane thing. Is there a way to also, say, bold the preview of the message body ...
0
votes
1answer
141 views

automatic insert of a new row in Libre/Open Office Calc Sheet

I am looking for a solution in Libre/Open Office Calc, to automatically insert a new row if all the fields of the current row are filled with data. A bit more detailed: There is a spreadsheet in ...
1
vote
0answers
579 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 ...
0
votes
0answers
156 views

Linking to MS-Visio page from within MS-Word (all 2010)

I must not be searching for the right terms, because I haven't found an answer yet. I have both Word & Visio 2010, and want to be able to link a page in Visio (or a portion of one) to a Word ...
1
vote
1answer
122 views

Using MOD in Excel 2010 Data Validation acts differently from formulas

Excel 2010 This formula displays True when given any 0.25 increment: =MOD(A1,0.25)=0 However, when I use the formula (without the leading "=") in Data Validation, it always returns False. I've ...
2
votes
0answers
76 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 ...
1
vote
1answer
200 views

Applescript: Close Word document? (Office 2011)

i'm simply trying to close a document (without quitting word), but this does not work. I've tried : close documents saving no close active document close document 1 but none of this is working.. ...
2
votes
1answer
201 views

Strange behavior when showing WPF window in Outlook

I use the following code to show my WPF window from the new message window in Outlook: private void DisplayWindow(Window window) { var wih = new ...
0
votes
0answers
27 views

implementation of text chunks in a excel sheet

i want to create a calendar - to print out and have a booklet or a diary. additionally to the diary i want to have some texts implemented 365 text-chunks. See the texts in this spreadsheet. the ...
1
vote
2answers
323 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 { /// ...
0
votes
1answer
205 views

Generating correct excel xls format

I created a little script in python to generate an excel compatible xml file (saved with xls extension). The file is generated from a part database so I can place an order with the extracted data. On ...
1
vote
1answer
698 views

Difference between Microsoft.Jet.OleDb and Microsoft.Ace.OleDb

I need urgent help! It has been a good number of years since I did some programming with Classic ASP and Microsoft Access where we used "Microsoft.Jet.Oledb" driver to access and display the data. ...
0
votes
2answers
255 views

List of mso- attributes

I'm searching for a list of Microsoft specific CSS attributes with mso- prefix. Any link to an offical or unofficial source would be awesome.
0
votes
0answers
86 views

How to record markup and audio narration of ppt/pdf slides

I am currently developing a distance education system for a third world country. Like MIT openCourseWare, those teachers want to share their knowledge with those students who can't have sufficient ...
0
votes
1answer
174 views

writing to excel file from a two dimentional array VB.net

i have a two dimentional array formed by iterating a data reader. Earlier i was using automation to write to excel and using range, i was able to write the contents of two dimentional array to excel ...
0
votes
0answers
103 views

get selected cell in Microsoft Office Excel Javascript object model

I go through many questions regarding this.But couldn't find solution to my problem. I have embedded Excel Spreadsheet.There are several cells that have several values.Like Lary,Bob,sue in this ...
0
votes
0answers
27 views

developing and distributing office dependent application

I have an application that was developed by a collegue of mine which performs some analysis on pcap files (through winpcap) and creates an excel sheet with graphs presenting the analysis results. The ...
0
votes
1answer
146 views

Setting ContentType for default entries in Office Open XML package's [Content_Types].xml

I've recently inherited some legacy code, to give you an idea of my familiarity with this subject matter. I have a C# application that creates an Excel spreadsheet (.xlsx) by constructing a zip ...
1
vote
0answers
214 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
votes
1answer
180 views

excel macros for employee record [closed]

Hey guys I am new to excel macros I am using excel 2010. I have a sheet named 'LOG' in which there is a log of all the employee like this Now I have a other sheet named sheet1. What I would like is ...
2
votes
1answer
163 views

Is MODI still maintained?

I'm currently looking for an OCR in C# and try : Tessnet2 (Tesseract) MODI I saw that MODI was not present anymore in OFFICE 2010 (It was in OFFICE 2003 & 2007) I just want to know if ...
0
votes
0answers
101 views

Excel office xml - get cell's Row and Column numeric index?

In Excel Office XML, the Cell object has the CellReference property which returns a string in the format of "A5", for example. But is there a good way to get Cell's row and column as NUMERIC values ? ...
-2
votes
1answer
585 views

Alternative to Office Web Components

I'm working on an application which is currently using mainly the Excel components We were upgrading our Office system from 2003 to 2010 and as a result, the part of our application which works with ...
1
vote
2answers
662 views

Create XLS file from MySQL database using PHP script

I want to generate XLS files with a PHP script from a MySQL database. The big problem here is that when I open the new exported .xls file, I see the values OK (i.e. it is correctly formatted) but the ...
1
vote
1answer
47 views

Is it possible to render .doc file in qt on linux?

All I need is to show .doc files in qt application on Linux. No need edit/save or something else. Is it possible?

1 2 3 4 5 11