Microsoft Office is a proprietary collection of desktop applications intended to be used by knowledge workers.

learn more… | top users | synonyms (1)

-1
votes
1answer
192 views

VB6 Outlook Add-in works in Outlook 2013 but only if full Office is installed?

I have a VB6 Outlook add-in. This is tested and working on a Windows 7 64bit machine, with 32bit OFFICE installed. On another PC, Windows 7 64bit, 32bit OUTLOOK install, the add-in does not load. It ...
0
votes
0answers
397 views

Can't view or edit Word VBA in Office 2013

I have to update an automated Word document (a form, essentially) with some additional fields and modified logic. I created the original myself about two years ago with Word 2010. Now I'm using Office ...
0
votes
0answers
180 views

Office 2010: Pasting copied Excel chart into Word results in missing data

Recently after the upgrade to Office 2010 from 2007 I am unable to copy a chart (bar chart with 4 series of 10000 data points) by selecting: Home Tab -> Copy as picture -> Appearance = As Shown on ...
0
votes
2answers
116 views

Excel formula for removing Zeros from a column and comparing with other

I am trying to apply an Excel formula to sort the excel columns but not able to come up with it. The excel entries looks like this: As you can see, In the first column the records are having 000 ...
0
votes
1answer
118 views

Writing wysiwyg content to Word Document

I am using CKeditor to get some data from user and i d like to save whatever user types on this very html editor to Word Document without losing the look and feel. I have done lot of searching but ...
3
votes
0answers
92 views

How can I sign a .WLL file built in Delphi so that Microsoft Word 2013 and Word 2010 will load it?

My company has written a Word Add-In which is a 32 bit DLL with the file-extension ".WLL" which is a Word Add in. It is not code signed. How do I code-sign a Win32 DLL written in Delphi such that it ...
1
vote
1answer
59 views

Is there a .NET 4 compatible version of the Office Add-in Shim?

When creating a .NET-based Office add-in without VSTO, it's necessary (or at least desirable) to use a "COM shim" that loads the add-in, to provide process isolation so that the effect of any crash is ...
0
votes
0answers
82 views

Split Word document based on common values in a particular table column VBA/Macro

I have a word document in which there are two tables. I need to read split the word document based on values in the 3rd column of second table, also keeping the first table intact in all new ...
0
votes
1answer
428 views

Outlook 2010 VBA - Add sender to contacts when i click on a mail

got a little problem, I hope someone can help me. (Outlook 2010 VBA) this is my current code, what i need is when i click on a mail (only the mail i clicked on, not every mail in the folder/same ...
2
votes
1answer
153 views

IT-Hit WebDAV server checkout mode and interaction with MS Office

We are developing a web application that will provide some WebDAV features and to implement these we are evaluating the IT-Hit server engine component for .NET. The aim is to give the user a certain ...
-1
votes
2answers
209 views

Installshield LE and Express not detecting Office 2010 64bit

Microsoft's vexing dumping of vdproj install projects in VS 2012 leads one to try Installshield LE which is sort of built into VS2012. Sadly, it creates installers that do not work in any way shape or ...
0
votes
1answer
160 views

How to reverse all words in a ms-word document with C#?

The document formatting should not change. Nothing change other than words order. Document : Word1 word2 word3 word2... -- END OF LINE OR PARAGRAPH Word5 word1 word5 word4..... After reversing ...
0
votes
0answers
155 views

Get Custom Document Information Panel metadata within Word

I have created a custom DIP using InfoPath, the XML was generated manually as their is no SharePoint document library available. The DIP was created first by creating the basic XML stucture as a ...
0
votes
0answers
94 views

Count the shapes in word document using visual basic script

I wanted to count all the shapes in certain word document using word macros using this code Set objWord = GetObject(, "Word.Application") objWord.Visible = True Set objDoc = ...
0
votes
3answers
274 views

Excel change column format using macro

If there is word COST in column name then change the column format to currency using macro for excel. like if column name is - "Final Cost" or "Total Cost" or "Item Cost" then change column format to ...
1
vote
1answer
187 views

Exporting Contacts into csv file automatically format mobile numbers into scientific

Into my project when i m exporting Contacts into csv file automatically format mobile numbers starts with 91 into scientific. e.g mobile no into exporting data 919433454320 mobile no into csv file ...
1
vote
2answers
86 views

TFS Build Agent and Office PIA

I'm currently investigation TFS 2012 automated builds/build agents The situation I have is that I have: A legacy solution that builds Office 2007 Addins A test build controller Two test build ...
0
votes
1answer
134 views

dox4j cannot read POI saved files, who is at fault?

When I save a docx file after processing some text with XPath using POI, I then pass the ByteArrayOutputStream to a new ByteArrayInputStream and feed it to dox4j with wordMLPackage = ...
0
votes
0answers
82 views

Adding hyperlinks using c# between 2 different excel workbooks

My question is extension of this question. My requirement is same as described in this question but for 2 different books. Here, I have 2 buttons(copy button and paste button) in an excel addin ...
2
votes
1answer
449 views

How can I use VBA to lock/unlock all fields in a Microsoft Word 2010 document?

The problem I have got is that my corporate template set uses a SaveDate field in the footer of every word document - which is used to detail when the document was saved, which ties in with our custom ...
0
votes
0answers
29 views

How to detect if a function is called inside a 3rd party windows application? (Microsoft Office ExecuteMso)

Background: In Microsoft Office I found a function to trigger a command for example Application.CommandBars.ExecuteMso This would do the same as clicking the Bold button: ...
0
votes
1answer
83 views

How can I extract equations from docx files?

I want to write a program to retrieves equations (formulas) from .docx files. I am using open xml sdk, but I can't see how an equation is inserted in .docx files. An image (which represent the ...
0
votes
1answer
14 views

Tables from a word doc to a excel spread sheet [closed]

The problem im having is i am trying to copy a table from a word doc to excelle but when i copy it to excel it throws all of the lyne data from the word table into a single block in the excel sheet ...
0
votes
0answers
38 views

Online share and edit office docs in local document server

Our team wants to share documents such as office docs in local document server and wants to can edit that docs online on local server. Which document server can do this?
0
votes
0answers
41 views

Is it possible to handle the event of click on a ribbon tab?

By ribbon tab I'm referring to the Home/ Send/Recieve, Folder, View, etc. tabs. I have a custom ribbon that I use for an add-in I'm developing, and I would like the handle the event for when the ...
0
votes
1answer
97 views

Is there a common solution to generate msoffice, libreoffice and pdf documents on the fly?

I would like to generate office documents (msoffice, oo) and pdf on the fly from one source document. Currently i think about opendocument as templates files and libreoffice-headless as converter. ...
3
votes
2answers
216 views

Is the Excel 2013 plugin API backwards compatible with Excel 2003-2010?

I would like to know if I develop a addin/plugin for Excel 2013 using vs 2012 and .net 4.0 is compatible for all versions of latest Excel 2013 version to 2003 version.
0
votes
0answers
98 views

Cannot access object model of PowerPoint opened from SharePoint

I have a PowerPoint add-in that works with PowerPoint 2007/2010. I've discovered that it does not work correctly when the active presentation was opened from a SharePoint site in read-only mode. In ...
0
votes
0answers
59 views

Problems using Hyperlinks in Access 2007 form

I use Access 2007 and have suddenly developed problems accessing hyperlinks. when i click on the link it no longer opens the link but now inserts a # at the beginning and also the end of the hyperlink ...
0
votes
1answer
98 views

Alfresco: edit documents in custom client

I'm planning to create a custom small ajax-based webclient to browse some alfresco documents (Word and Excel files). Is there a way to edit the MS Office files online in a custom web client? Maybe ...
0
votes
1answer
125 views

Real Time Collaboration in Office Web Apps

I would like to know if is there a plugin or a function in Office Web Apps to real time collaboration like Google Drive, I mean, at the same time, not saving and saving the same document to retrieve ...
0
votes
1answer
317 views

Word 2010 macro to set protection read only not sticking

I have a Word (2010) macro that breaks links ad sets protection to read only. If ActiveDocument.ProtectionType <> wdNoProtection Then ActiveDocument.Unprotect Password:="" End If ...
0
votes
1answer
51 views

Creating a “new album” window

How can I call/create a "new album" window (the window that has a preview of images and some options) using VBA code? I'm using PowerPoint 2007 or 2010. I am not asking how to import images into ...
-4
votes
1answer
204 views

Can I run Microsoft Office 2010 Home and Student on 64 bit Windows XP? [closed]

I have a 64 bit version of Windows XP, and am wondering if I can install Microsoft Office Home and Student 2010 on it. Some of my friends are telling me that I can't install this version of Office on ...
0
votes
0answers
103 views

Trying to generate XLSX file programmatically, how do I find out the problems with Microsoft Office 2007?

I am writing software which generates XLSX files. I now have the problem that MS Office 2007 tells me that there are errors in the file, and it offers to repair it. When it repairs the file, it ...
0
votes
1answer
137 views

How to place Chart templates (.crtx) on a server

I've got a question regarding placement of chart templates on a file server. I want to do this to avoid having to place the chart template files locally on every PC. And they will update on all PCs ...
1
vote
1answer
115 views

VSTO Document level Customization

I have developed a document-level Word 2010 customization. When prompt to open the document from my system or any other trusted location, it opens up just fine. But when I try to open the same ...
0
votes
0answers
81 views

Windows script to generate table of contents for a Word book [closed]

I have a book in which the sections are separate Word documents and they are in 7 folders representing the 7 chapters. The filenames are like this: one digit shows the chapter number, and 1-3 digits ...
1
vote
0answers
142 views

Add-in Ribbon creation in MS office excel using java

I am a freelancer and very new to C#(comfortable in Java). In my new project I need to create a ribbon in excel sheet and work around that. Can I create the ribbon in excel using Java as I am not ...
1
vote
1answer
147 views

Add-in for Office Excel Web App

1- Do you know how to add any ADD-IN to office web apps (esp: Excel)? 2- Is it possible or not?? 3- How can I add some features that are not currently in default office web app (e.g:sky drive)
4
votes
0answers
379 views

Office 2013 Excel .PutInClipboard is Different?

I've used a routine for years to put a plain text string into the clipboard that I can paste into another program such as: targetData.SetText "This is a plain text string" targetData.PutInClipboard ...
1
vote
0answers
88 views

Visual Studio 2010 and Clickonce: old .NET and office prerequisites

I am currently preparing an application in Visual Basic, mostly targeted on systems with .NET 2 installed and office 2003. Moreover, as the systems are corporate ones, they need administrstion ...
0
votes
2answers
102 views

Microsoft Excel Array Formula with dates

I need the following array for a Date type: =IF(OR(A2:C2="Mar 12"),1,0) Sample Data https://docs.google.com/spreadsheet/ccc?key=0AhoDU0OTM87sdHR3RGw3NTJacEV1OEt5OWZTWTBYUFE&usp=sharing ...
0
votes
0answers
56 views

create a multilevel list for right to left languages

I want to use a multi level list for persian language in microsoft word 2010. in english the numbers are as below: in right to left languages (like persian) it should be like : but I don't know ...
0
votes
2answers
787 views

Find Results in excel copy the rows to another sheet

I need some help copying data from one excel worksheet to another. For example: Sample Data __A__B___C 1 aaa bbb ddd 2 bbb ccc eee 3 ccc fff rrr 4 ccc fff ttt 5 ddd eee ggg 6 aaa ddd eee 7 ...
0
votes
1answer
99 views

get all bookmark-elements from a word document to an array in sorted order: VBA / Word

as the title explains, i want to fetch all the bookmarks in my word document, and then push them to an array. The bookmarks must be sorted by their location in document not by name, ex. here's a ...
0
votes
1answer
77 views

microsoft office support in windows azure

I am developing an online service which takes some images and audios and converts them to power point presentation. For that i needed power point already installed on the instance. Do i need to get ...
1
vote
2answers
191 views

Excel column values change by condition

I have 3 columns in Microsoft Excel 2007. One is some ID, one is original ID and one is mix of those IDs. All columns have the same number of rows. The columns with ID have some unique ID numbers same ...
1
vote
0answers
73 views

Convert massive ascii doc to unicode doc [closed]

I've a big doc file which has large russian ascii texts inside, it also contains equations etc. My questions what the easiest way to convert the russian ascii text to unicode keeping the doc's ...
0
votes
1answer
75 views

Accessing CustomProperties on Worksheet with Name

I'm trying to access a custom property on a worksheet by using the name of the property, but it seems this is not supported (at least not in C#, I saw others reporting that it works in VB and ...

1 2 3 4 5 35