Tagged Questions

2
votes
4answers
59 views

Convert Microsoft Office documents to Text

I'm looking for a library (or command line tool) to turn MS Office documents into either plaintext or HTML (for conversion to text). It must run on Linux (not via Wine!). I found …
0
votes
0answers
15 views

How to get rid of corrupted MS Office from windows 7 [closed]

My MS Office 2007 somehow got corrupted on windows 7. When i open any app (word, excel, access, etc.) from MS Office, i get this message :- word failed to start correctly last …
0
votes
4answers
43 views

I am integrating Spell Checker for my application

Hi I am creating Spell Checker for my c# application. I am using using Microsoft.Office.Interop.Word; dlls but having error. I have tested my code in VB.Net and it is working fi9 …
4
votes
1answer
151 views

Office 2007: Programmatically control Out-Of-Office assistant?

Hello Does anybody know how to programmatically enable/disable the actual state of the out-of-office auto-responder in Outlook 2007? Already searched the object browser in VS 200 …
0
votes
1answer
38 views

Skip Microsoft Word 2007 grammar check for code

Do you know how to insert a "code block" in a Microsoft Word 2007 document so it will not be analyzed by the grammar checker? I do no want to turn it off for the whole documents, j …
0
votes
2answers
30 views

using ms office com objects in other systems without have office installed

hi, i wrote a app for reading excel files.i had to add some references to Microsoft office Com Objects. it worked good in my system,but when i wanted to use it in other system in w …
0
votes
0answers
12 views

Security policy differences between Outlook AddIn 2003 and 2007

I have written a managed AddIn for Outlook 2007, and am now tasked with porting it to 2003. The addin downloads DLLs into the local user profile folder, then reflectively loads the …
0
votes
0answers
34 views

How to develop an outlook 2007 custom action?

I need a custom outlook rule action: "Save the email attachments to DB", for this action the attachments in that email will be automatically saved to DB. I find a topic at MSDN Ou …
0
votes
1answer
161 views

Programmatically configuring MS-Word’s Trust Center settings using C#

I have developed a simple C# Winforms application that loads MS-Word 2007 documents via COM automation. This is all very simple and straight forward, however depending on the doc …
0
votes
5answers
590 views

Array from Range in Excel VBA

Well I've been struggling with the little bit of code and can't seem to get around it ... I'm trying to get an array from a range of cells, the array however is showing up to be 1 …
1
vote
5answers
178 views

How to fall through a Select Case in Excel VBA?

Given Select Case cmd case "ONE": MsgBox "one" case "TWO": MsgBox "two" case "THREE": MsgBox "three" End select My requirement is if cmd = "ONE" I need "one …
2
votes
3answers
115 views

Documentation Resource for Office VBA developers

Where do I find helpful documentation for VBA programming? something like SitePoint for HTML development. MSDN simply lists down and describes the operation and properties/methods …
0
votes
2answers
148 views

Exception converting Office files to PDF using ABCpdf.NET onWindows Server 2008

Has anyone delt with this exception from ABCpdf? We're running on Server 2008 and only have issues converting Office files (Word and Excel). This all worked well on Server 2003. …
1
vote
4answers
87 views

How Do I Find The Cells With Contiguous Data In A Row In Excel VBA?

Given the Image... If I know that there is some data starting at Range("B4"). How can I find the cells with contiguous data that is till cell E3? Since F3 is blank G3 onwards sho …
1
vote
5answers
173 views

reading docx (Office Open XML) in PHP

Hi, I want to add an word import function to our CMS, the only problem I cannot seems to find a good library for reading docx files (Word 2007). Do anyone has some recommendatio …

1 2 3 4 5 6 next
15 30 50 per page