Tagged Questions
0
votes
0answers
19 views
get istream from object in c#
Please bear with me on the long post. This has been incredibly frustrating for me and I have exhausted all of my best brain cells working through this thing. I am attempting to implement the ...
0
votes
2answers
32 views
Fastest way to enumerate or look for all empty Excel cells and change their style or do some other processing
Which would be potentially a best way to enumerate or iterate or simply look for empty cells or cells with specific data structure in Excel, and later once you find it do some processing on it.
I ...
0
votes
1answer
54 views
How to reply to an Outlook mailitem using .net
I am writing an Outlook 2007 Add-in which composes a business quote in response to an email query. I compose the quote using Windows forms. Everything works fine until I get to the point of replying ...
1
vote
1answer
36 views
Extract text information from MS Word
i want to extract text information from MS Word document. The extracted information contain position, page number and style of text. Does anyone can suggest me How can i do That? what library can ...
0
votes
0answers
41 views
Changes in Powershell in using Office automation?
On the old machine (Windows 2008) I have:
PS P:\> $psversiontable
Name Value
---- -----
CLRVersion 2.0.50727.3623
...
0
votes
1answer
46 views
Is there anyway to know what object does the file have in MS powerpoint or word
I use win32com to handle office document in Python.
There is no way to know what method does an Object have in win32com.
(In general, we can fetch properties or methods by DIR(OBJ) in Python )
So, if ...
1
vote
2answers
127 views
How to read complex equations from PowerPoint slide in C#
I am trying to read powerpoint slides. But when my program is encountered with text like
" Vo = Σ CF/(1+t) " , the shape.TextFrame.TextRange.Paragraphs(paraindex,1).Text property can not read it ...
0
votes
1answer
37 views
AppointmentItem.UserProperties Lost on Recipients Not in Organizer's Domain
Outlook 2010
Setup:
Exchange Account #1 (Domain A)
Exchange Account #2 (Domain A)
Exchange Account #3 (Domain B)
Windows 8 Enterprise machine. I am logged into Domain A. I get ...
0
votes
1answer
26 views
Manipulating text of a document while it's open
Is it possible to extract, modify or simply read text in an Office while user types in words? It it possible through OpenXML SDK & InterOp library?
Thanks.
0
votes
0answers
39 views
How to Customize Office Ribbon without AddIn/Workbook/Template project?
There is a WinForm Application that start up an Excel 2003 instances and generate a few command buttons on toolbars by C# code.
I'm trying to upgrade those customized toolbars to Ribbon that running ...
2
votes
4answers
923 views
How to find highlighted text from Word file in C# using Microsoft.Office.Interop.Word?
The question would have been simple but an extra clause added to it has proved to be a big headache for me. The catch here is that I do not need all highlighted "words" but "phrases" from the Word ...
0
votes
0answers
13 views
MS-Office Backstage not updating as expected
I have customised Backstage so that it contains information specific to each document. So Document1 will show Document1 related information in Backstage and Document2 will show Document2 related ...
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
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 ...
0
votes
0answers
194 views
Updating SharePoint document properties using office interop
I'm trying to update document properties from an office VSTO addin using office interop and then have those values reflected in SharePoint. I have two problems.
Detecting type of property (and also ...
6
votes
2answers
746 views
Word Interop Copy Formated Text of Table Cell
I am writing an addin for word to automate editing of a protocol template.
In the template is a table and I want to extract/copy the formated text of a cell inside this table.
Right now I am doing ...
1
vote
1answer
2k views
Error loading type library/DLL (Microsoft.Office.Interop.Excel.Application)
I'm trying to create an Excel document via C#. When I run the application, it gives the following error:
Unable to cast COM object of type 'System.__ComObject' to interface
type ...
1
vote
2answers
590 views
C# and Excel best practices [closed]
I am doing a lot of MS Excel interop i C# (Visual Studio 2012) using Microsoft.Office.Interop.Excel. It requires a lot of tiresome manual code to include Excel formulas, doing formatting of text and ...
0
votes
1answer
98 views
Vsto PowerPoint 2007
I have been ask to develop a Add-in to PowerPoint 2007 using VSTO.
I need to disable AutoRover/AutoSave from code only in PowerPoint, is that possible ?
I have found it possible in Excel and Word.
...
1
vote
1answer
79 views
Prevent Office “Add Comment” button in Review ribbon
We have a custom add-in ribbon that I maintain (that's not a COM shared 'extensibility' add-in) that is using comments and track changes functionality (e.g. there are several buttons related to ...
1
vote
2answers
359 views
Customizing Office (Word/Excel/PowerPoint) standard toolbar, ribbon, menu and context menu from my plugin
I've an Office plug-in implemented in C++.
Depends on the context and logic of my plug-in, I would like to enable/disable some existing UI elements of Office (menu, ribbon, context menu, and for old ...
1
vote
2answers
926 views
Can i create a Microsoft Excel file without using Microsoft Interop Assembly? [duplicate]
Possible Duplicate:
How can I programatically create, read, write an excel without having office installed?
Can i create a Microsoft Excel file without using Microsoft Office Interop ...
1
vote
2answers
126 views
Can I control the Office message bar programatically
In Office, a yellow or red message bar is sometimes shown below the ribbon. It is usually red for security related messages, and yellow for information messages.
The screenshot below shows MS Access ...
0
votes
1answer
460 views
Using interop.word ranges
I'm having trouble figuring out how to work with word ranges. I have picture files that I am adding to a word file, but I can't figure out how to add text and tables in between the pictures. The ...
0
votes
0answers
113 views
Excel Interop Print dialogue when running unit tests
I have been tasked with some Excel pdf conversion in c# as a service.
During unit tests when I call the ExportAsFixedFormat method I get this dialogue:
While when I run the service and convert the ...
0
votes
2answers
149 views
Pictures in DOC file
I have file in format DOC (MS Word 97-2003) and I want to get list of all images used in this file. I try to use "Microsoft.Office.Interop.Word" namespace like in code below
Application application = ...
0
votes
0answers
99 views
Expanding Windows Forms UserControls within an Interop.Excel CustomTaskPane
I am trying to make my control MyCustomControl grow to the height of the parent Microsoft.Office.Tools.CustomTaskPane. MyCustomControl contains a TableLayoutPanel of 2 rows, 2 columns. The bottom ...
2
votes
0answers
166 views
Microsoft.Office.Interop.Excel 2010 Bubble Chart Gradients
I am trying to set some properties of charts created programatically, but am unable to set the property normally found within Excel 2010 for a Bubble Chart at:
Format Data Series | Fill | ...
1
vote
1answer
443 views
Displaying a Microsoft Office document in a WPF control
I am developing a WPF application that allows a user to browse the contents of a directory. What I want to be able to do is, if the user clicks on a Microsoft Word or Excel doc, have the file display ...
2
votes
1answer
529 views
Delete specific linebreaks with Word Interop
i have Problems to delete some specific Linebreaks with word interop. It seems that the indexes of doc.Content.Text does not match with the ones of word..
I need to delete all breaks which has no dot ...
0
votes
2answers
755 views
How to convert Doc/Docx into a single XML file automatically?
When you open up Word, it allows you to save as Word Open XML format. I've seen posts regarding opening up the docx file as a zip and then extracting stuff from there. But what I really want is a way ...
0
votes
0answers
148 views
How to move cursor in Powerpoint Add-In
I would like to see if there is anyway I can move the cursor in a PowerPoint 2007 Add-in?
Basically, I need to be able to move through the presentation text on different slides and insert text. I ...
2
votes
1answer
248 views
Prevent word from opening when opening a document
I want to open several documents in my application, but when doing so, Word always opens the main window. How can I prevent this from happening?
I already set the visibility of both the application ...
0
votes
1answer
222 views
Save background image of slide
Does anyone know how to save Background image of slide in powerpoint presentation (2010). Here is a part of my code where i'm trying to clear slide to get the background image but it's not quite the ...
1
vote
0answers
159 views
Office Encryption Provider interface implementation
I am new to C# and Office Addins in general, and cannot find any information on the Office.EncryptionProvider interface, which I am attempting to implement in order to create a custom method of ...
0
votes
1answer
384 views
Does Office Starter include the DLLs for Microsoft.Office.Interop?
I want to use Microsoft.Office.Interop.Excel to pull some data out of an XLS file. I have Visual Studio 2010 and the Office Developer Tools installed. However, I am getting a COMException error at ...
0
votes
2answers
665 views
How to add style programmatically to Word document
I have a dynamically created textbox that opens in Word.
I am trying to give it one of the default styles in Word 2010 ("Colored Fill, White Outline - Accent 1)
however I have not been able to find ...
0
votes
0answers
174 views
PowerPoint add-in - calling add-in functionality from a document shape
Short version: what is the preferred approach for embedding controls in a PowerPoint slide that send events back to an application-level add-in? The controls need to work in slide show mode and in ...
0
votes
3answers
160 views
Can .NET website access C drive, add vba macros to ms office and enable Macros Security in Outlook?
This is the scenario:
There's an intranet website that stores a set of macros (Outlook addons). Now I want a user to visit, choose the one they're interested in (Language) and have it installed into ...
4
votes
2answers
233 views
Get different style sections in Microsoft Publisher via Interop
I have a little C# app that is extracting text from a Microsoft Publisher file via the COM Interop API.
This works fine, but I'm struggling if I have multiple styles in one section. Potentially every ...
1
vote
1answer
121 views
Microsoft.Office.Interop.PowerPoint + PIA
I have used Microsoft.Office.Interop.PowerPoint in my desktop application.
I want to run its EXE on another machine. Does that machine required MS office to be installed or simply by installing PIA ...
3
votes
1answer
504 views
Selecting a Microsoft Office Primary Interop Assembly version
I'm writing a .Net application that utilises Excel. Any version of Excel from '97 or later is acceptable, but I don't know which version any particular client will have. Installing the Microsoft ...
0
votes
0answers
113 views
How to get name and path of document opened in running instance of Word, Excel, Power Point form C#?
When I start my program it has to find all word, excel and powerpoint applications that the user is running and get their active documents?
3
votes
1answer
220 views
How do I get the full filename for an Office document using C# and Office Interop?
In the following code, the second line throws an error that reads "Exception from HRESULT: 0x800A03EC". I suspect I'm getting a null for FullName. Can someone tell me what I'm doing wrong?
...
3
votes
0answers
208 views
Identifying and reading Microsoft Office lock files
I'm writing something that monitors a folder, and whether a file is an office document, and is locked for editing, is relevant. This is in Python.
I need any information I can get on these files. In ...
1
vote
0answers
152 views
Button “inside” textbox in Office RibbonControl
I write a WinForms VSTO Add-In for PowerPoint. I must add a control to its Tab in the PowerPoint Ribbon that LOOKS like this:
This is a text-box, with a spyglass icon INSIDE it. The spyglass could ...
0
votes
1answer
88 views
MS Office 2007 How can I track office's document changes?
The Office 2007 interop API doesn't provide any event on document changes.
How can i get an event for each modification that happens ? (like OnDeleteSlide, OnAddSlide, etc..)
I think to get a hash ...
2
votes
1answer
3k views
VS2005 - Unable to add reference to Microsoft.Office.Interop.Word (Office 2010)
Running WinXP SP3, Visual Studios 2005, .NET 2.0. Recently upgraded machine from Office 2007 to Office 2010 sp1.
I had a project that referenced Microsoft.Office.Interop.Word and when I reopened it ...
1
vote
2answers
2k views
80040154 Class not registered ERROR in Outlook 2010 Add In
I am using Visual Studio 2010 to create a Outlook 2010 Add In. I try to create a new Outlook AppointmentItem to work with thinking that I can add it to the calendar eventually.
...
0
votes
2answers
690 views
Interacting with Word via .NET
After a few more minutes of experimenting, I answered my own question (see below). I'll accept that answer when SO lets me in 2 days.
I am using MATLAB's .NET functionality to create a Word ...
