0
votes
1answer
131 views

Visio prompts me to save document when I close it although I just saved it

I wrote a Visio 2010 Add-In(in C#) which process many visio documents. Within a Ribbon1.button1_Click method I invoke a new thread(processVisioFiles) which process all vsd files in a big loop (which ...
0
votes
0answers
14 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
100 views

microsoft.interop.selection text

Before asking my question I would like to describe briefly background of my problem: I'm developing ms word COM addin on C# and I need to handle user's text selections. Now I'm able to catch selection ...
0
votes
0answers
90 views

Add document range to RichTextBox, with added formatting

For a feature of a Word Add-in, I would like to implement a similar behavior to the spell check dialog: I have a short identified Range object in the document, and I want to populate a RichTextBox ...
6
votes
2answers
756 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 ...
2
votes
1answer
421 views

Calling COM object from STA thread cause TYPE_E_LIBNOTREGISTERED on some machines

I am developing Word shared add-in, using COM shim wizard. http://blogs.msdn.com/b/mshneer/archive/2010/03/19/com-shim-wizards-for-vs-2010.aspx Everything worked fine until I tried to use some ...
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
0answers
335 views

Dynamically add and delete Data Validation in vb.net

I have been working on this problem for hours now. I've tried and looked everywhere but can't find the answer I'm trying to add and delete Data Validation (as well as the inCellDropdown) to a Range ...
1
vote
1answer
295 views

Why does Microsoft Word fire the DocumentOpen event for an already opened document

I have a Microsoft Word Add-in using VSTO and interop. My code is having issues if the DocumentOpen event is fired for an already open document. I've been able to consistently replicate this by ...
0
votes
2answers
499 views

getting an “object reference not set to an instance of an object” error, not sure why

Below is the full function, but this is the area of the code that I believe is causing the error: EDIT: After stepping through the function it looks like the second time around the loop taskItem is ...
1
vote
1answer
631 views

Editing the Text of Word Document Range removes paragraph formatting

I'm using Office Interop with MS Word (Microsoft.Office.Interop.Word) and Microsoft.Office.Tools.Word to modify a word document in a Word Add-in. I have a Range which contains specific text I want to ...
2
votes
1answer
576 views

create and open the word document and bring it to front

i am creating a word add-in in c#, i am creating a document, inserting a hyperlink and trying to bring it front. but newly created document does not come in front. it goes to back of the current ...
1
vote
0answers
185 views

add bookmark as file in the treeview and open it on double click

i am creating a add-ins for Microsoft Word. i have a tree-view control where i am generating Folder, files and File's bookmarks in hierarchical structure. For this i am using these code : void ...
0
votes
0answers
149 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
2answers
294 views

Add-in for MapPoint works on some machines and not on some others

I developed a minimal (without MapPoint Object Library, because it's a test) add-in for Microsoft MapPoint using Visual Studio 2010, written in C#. With setup project I can install my add-in on some ...
1
vote
1answer
281 views

Adding content control throws an exception dynamically

I am fairly new to Word Addin development. Fortunately I was able to do almost everything but stuck at some simple issue I belive. I want to insert plain text controls dynamically at the selected ...
0
votes
0answers
229 views

Extending word Range or selecting next control in WordAddin using c#

I am working on a custom addin where i need to read custom XML part and generate ribbon buttons accordingly. Code: Microsoft.Office.Tools.Ribbon.RibbonMenu CategoriesMenu= new RibbonMenu(); //(this ...
0
votes
0answers
179 views

how to hide custom tab in MSWORD Addin programatically

I have added a custom tab to the ribbon in MSWORD using WordAddin. But after loading i check for some xml inside the document and based on the value in the XML i wish to hide the tab. I dont have any ...
1
vote
1answer
341 views

VSTO Starting EXCEL in code ADDIN NOT LOADED

I'm launching Excel from code using this code : var excelApp = new MSExcel.Application { Visible = true }; excelApp.Workbooks.Add(); excelApp = null; I've added the second line because without it ...
1
vote
1answer
281 views

How to pass params to MS Word 2003 document add-in?

I need to find a way to pass some strings to my word 2003 document add-in. I see many ways to do it, but none of them fits my requirements well: I can write custom parameters to my word document, ...
0
votes
2answers
166 views

How to add a new wpf page into a powerpoint add-in?

I created an add-in for PowerPoint and I want to add a new WPF window to it. It seems that when I am not able to do this as there is no support to add a WPF form into add-in project. What can I do? ...
0
votes
1answer
963 views

Accessing selected range address and cell values in Excel add in

I'm endeavoring to write an Excel 2010 application add-in using .NET 4 and VS 2010. What's proving difficult is accessing the range of cells selected by the user. The user will select a series of n ...
7
votes
2answers
1k views

Pen and marker using PowerPoint 2010 interop

I'm new to PowerPoint interop and I'm trying to draw red pen and yellow text marker (not shapes!!!) lines while in presentation mode. UPDATE: I can draw a line like this: settings = ...
2
votes
2answers
608 views

PowerPoint 2010 add-in export to image issue

I am currently finalizing some work on a PowerPoint add-in that is to support both 2007 and 2010. The simple requirement is to export all PowerPoint slides to images and then wrap them in a ...
0
votes
1answer
554 views

OneNote 2010 Add-In load problem

Googled out- could use some help here. I followed this excellent tutorial here (http://www.malteahrens.com/#/blog/howto-onenote-dev/) and have created my own onenote 2010 addin, but I am having ...
2
votes
1answer
281 views

Remove CommandBar created by an Addin in Word 2003

I have installed a Word 2003 Add-in, then uninstalled it, but unfortunately I still seeing the menu created by the Add-in in the Word menu bar. I tried Tools -> Customize, and there I can remove the ...
1
vote
2answers
540 views

new document format for word interop add-in

I'm having some trouble with a word add-in. I'm attempting to create a new document format, and have it sort-of working. The format is just an encoding on top of an existing docx. In other words, I ...
3
votes
2answers
292 views

Is it possible to store hidden metadata information that is tied to a specific Table or Cell within a Word document?

I am trying to store metadata (basically a unique id) along with each cell of a table in a Word document. Currently, for the add-in I'm developing, I am querying the database, and building a table ...
0
votes
2answers
1k views

Is it possible to rename Outlook Category programmatically?

We are developing Outlook 2007 add-in. For testing outlook category renaming I've added the following code block var session = Application.Session; var categories = session.Categories; var ...