Visual Studio Tools for Office (VSTO) is a set of development tools for creating Office automation solutions (add-in or document customization), using .NET and the Visual Studio IDE.

learn more… | top users | synonyms

1
vote
2answers
28 views

Replace a bookmark in a Word document with the contents of another word document

I'm looking to replace a bookmark in a word document with the entire contents of another word document. I was hoping to do something along the lines of the following, but appending the xml does not ...
0
votes
1answer
18 views

VSTO project is it possible to add colors and items from windows forms

In VSTO, I'm using VS 2012 with Excel 2013, and the Ribbon area I create with an addin looks so plain vanilla ( font is not able to be in bold etc..) It would be great to extend the look and feel and ...
0
votes
1answer
37 views

c#: programmatically create a “named range” in worksheet scope

How can we create a 'named range' that has its scope set to a worksheet? (as we can do this manually from Excel, I guess there is a way to this in code) Setting a name using the 'Range.Name' property ...
0
votes
0answers
34 views

Excel Add In's Custom Ribbon Tab Will Not Display

I've created an application level add-in for Excel to automate some tasks. I used the VS2012 template Visual C# > Office > 2010 > Excel 2010 Add-In. Rather than having an action pane open every time ...
0
votes
0answers
15 views

Using ExportAsFixedFormat to Export Chosen Pages

I have a workbook that has a few different report sheets in it that are optionally filled and manipulated by a user. I am trying to export only the report pages to pdf, and I'd like them in one PDF ...
2
votes
1answer
36 views

Read bookmarks in outlook MSG file with C#

My goal is to somehow be able to read bookmarks in an outlook .msg file, then replace them with a different text. I want to do this with C#. I know how to access the body and change the text, but was ...
0
votes
1answer
37 views

VSTO splash screen or progress bar

I have a project that I'm doing with Microsoft VSTO (office 2013 excel) I have certain things that make calls that take maybe 10 seconds to come back. Ideally I would like to display an progress ...
0
votes
1answer
13 views

Access Categories from shared calendar?

I can access the Category collection by using the following: Globals.ThisAddIn.Application.Session.Categories But if I have delegate access to another calendar, how can I get the list of categories ...
0
votes
3answers
37 views

Outlook Addin - How can I set “High Importance” on email sent using C# in VSTO

I want to know how do I set the headers of email on click on checkboxes. I have created required checkboxes in FormRegion. Example: I have checkbox named HighImportance, on click of that I want to ...
0
votes
0answers
21 views

How to check if a chart has an axis?

I'm working on an Excel 2010 add-in developed in C# with Visual Studio 2010 I would like to use the property HasAxis on my chart but the following error appears everytime: "Error HRESULT E_FAIL ...
0
votes
1answer
29 views

How to retrieve a list of all custom folders in Outlook containing only MailItems?

I am attempting to retrieve a list of all custom folders created by the user such that I can do a Global Advanced Search. I only want custom folders with MailItems objects contained within them, so I ...
0
votes
1answer
27 views

Retrieving cell values with the Excel Interop

I'm trying to retrieve a cell value from a spreadsheet using the Excel interop, but the following code I'm using is generating a compiler error: One or more types required to compile a dynamic ...
0
votes
2answers
32 views

Can't find the list of most (all?) tab names for the ribbon in Office

After some heavy googling, I've concluded that I'm unable to locate information on the id names for the different components of the ribbon in Office. For instance, even though the following XML ...
1
vote
0answers
22 views

Excel AddIn : Hide a datafield in a pivottable

I'm trying to control an Excel (2010) PivotTable from a VSTO (excel AddIn) in C# (4.0). I've got no problem adding PivotFields (Dimensions) and DataFields (Measures) to the PivotTable. The problem is ...
0
votes
2answers
35 views

Outlook Addin: Working with threads

I'm working on an Outlook Addin, and I have to process a large amount of items. This takes quite a lot of time, and I therefore tried to have the processing running in a different thread (using ...
0
votes
1answer
21 views

VSTO 2013 excel range.address does not match range.cell[0] address

I am developing a VSTO plugin for Excel 2013 using the Office Development Tools for Visual Studio 2012 released in November 2012. I have a reference to a worksheet and I am trying to access the value ...
0
votes
1answer
33 views

How to enable VSTO for all users in MSI?

I have an MSI (in VS 2010) that is creating a VSTO (4.0) (targeting .NET 4.0; for Office 2007) in the x86 Program Files folder, and everything seems to be fine. The registry correctly shows the VSTO, ...
0
votes
1answer
20 views

Outlook AddIn: How can I call InvokeRequired?

In my Outlook 2013 VSTO AddIn, I have this code: Private Sub ThisAddIn_Startup(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Startup Task.Run(Sub() DoStuff()) End Sub Private ...
0
votes
1answer
10 views

AddInExpress install error - AddCustomTaskPanes

When I install a AddInExpress addin and open Excel I get this error: Exception Source: Exception Type: System.Runtime.InteropServices.COMException Exception Message: Unable to create ...
0
votes
1answer
21 views

Working with attachment in Outlook using VSTO

I'm attempting to create a VSTO plugin for Outlook 2010 that will calculate the MD5 and SHA1 of email attachments. While calculating them is not the problem if I have the file accessible, or at least ...
0
votes
1answer
21 views

Troubleshooting error MSB4018: The “SetInclusionListEntry” task failed unexpectedly

I am using Jenkins with Ant to build a VSTO Project on our build machine. Yesterday it was building fine, now today I am getting the following error: [exec] Project "C:\Program Files ...
0
votes
0answers
20 views

How do I enable/disable my Ribbon Buttons in Outlook after ribbon loads

I have an Outlook Add-in created with VSTO. Using the Ribbon Designer I have created a tab with several controls (buttons etc) on it. (Environment: Outlook 2010/2007, .NET 4.0, VSTO 2010 runtime) I ...
0
votes
0answers
17 views

UserProperties in Outlook AppointmentItem instances

I would like to add a unique id (Guid) to each instance of a meeting series. My code looks at the type of appointment and gets the ID from the appointment, or the master appointment. if ...
-2
votes
0answers
41 views

Best way to insert tab stops into word doc programatically [closed]

What is the best way to insert a tab character programatically into a word doc at specific points in the document using C#?
0
votes
1answer
35 views

Outlook Addin: Iterating over items of a fodler doesn't return all items

I have a folder with 800+ items. When seen via Outlook, I can see only ~40 items, with the message "There are more items in this folder on the server" appearing at the bottom of the items list. When ...
0
votes
0answers
12 views

Outlook 2007 add-in vsto combobox

Is it possible to have a comboBox for each open mail and add the content of the combobox to the mailbody? the comboBox can be located in the ribbon bar or in a popup window. i'm using visual studio ...
1
vote
0answers
33 views

Out of Memory failure automating VSTO Powerpoint API

I am using the VSTO Powerpoint API to automate the creation of Powerpoint files. What I have found is that using the most basic call to create a Powerpoint file from a web application on a Windows 7 ...
1
vote
1answer
40 views

Build Error + Creating VSTO addin for excel 2010

I try to create an excel add-in using VS 2010. When I create a new project Excel 2010 Addin, and try to compile the solution. I get an error which says. 'Error 1 The "FindRibbons" task could not ...
0
votes
0answers
16 views

trying to checkin files to tfs asks to save other files

I have a SQL VSTO project connected to TFS. It contains all the scripts for all the objects we've created in our databases. I also open new queries through VSTO while in this project. As far as I ...
0
votes
0answers
25 views

Different Messages Windows Send in case of Alt F4

I have C# VSTO project and want to capture Alt F4. Alt F4 is behaving differently than closing window pressing X with mouse. I have tried KEYDOWN+F4, LK_MENU and many other and ran out of options of ...
0
votes
1answer
33 views

Undoing setting the mail envelope icon in Outlook?

We've experimented with the following few lines of code to try control the message envelope icon in Outlook: Dim PR_ICON_INDEX As String = "http://schemas.microsoft.com/mapi/proptag/0x10800003" Dim ...
1
vote
0answers
37 views

Prevent Program Compatibility Wizard popping up after web deployment of Excel 2007 VSTO Addin

Our Excel 2007 VSTO solution (built in Visual Studio 2010 SP1 using C# 3.5) is published via ClickOnce. Clients deploy by clicking a URL using Internet Explorer that looks something like: ...
0
votes
0answers
31 views

Can I attach a custom view in outlook Task Pane in outlook Add-in

I'm just starting out with office add-in development, and I'd like to be able to add my custom usercontrol to the existing task pane in outlook (2010) - can this be done? For clarification, I'd like ...
0
votes
1answer
33 views

Visual Studio 2008, excel add-in hangs when stepping in debugger

I have a background worker in my C# vsto excel add-in that reads data from an excel sheet. Recently, and for no apparent reason, Visual Studio hasn't been stepping through the background worker code ...
0
votes
2answers
25 views

Starting with a TextRange, how do I find the enclosing Shape?

Suppose I have a TextRange object, and I need to find the Shape that contains that TextRange. Normally, I can use the Parent property of the TextRange to get the TextFrame that contains it, and then ...
0
votes
0answers
48 views

VSTO Outlook Add-In: How to capture reply-to-all, reply, and forward events?

I am having trouble capturing the reply-to-all, reply, and forward events in Outlook 2013 (using VSTO for 2010). Currently, I am having no problems with Inspector class, since those open a new ...
0
votes
1answer
35 views

VSTO obtain MailItem reference of Click event sender

I am currently developing a VSTO application which calls a Windows Forms 'Wizard' like UI. I have been extensively looking throughout MSDN and Google but could not directly find an answer to my ...
0
votes
0answers
16 views

Get real Outlook folder from favorite folder

I'm developing an outlook plugin (VSTO). I get the folder from the current mail and search for a subfolder with a certain name. If this subfolder is found I want to move the mail there. This function ...
1
vote
1answer
44 views

Named Range Changed event not working properly

I am using VSTO to create Named range on my sheet. I register change event for all the named ranges. Now suppose i rendered 4 named ranges say A1,A2,A3,A4 on my excel sheet with values 10,20,30,40 ...
1
vote
0answers
48 views

Outlook 2010 VSTO - Prevent form New Appointment from showing

Here's the current situation: Whenever you create a new appointment in Outlook's calendar, the default form will show up which you can use to create the appointment. Now it's possible to add an ...
0
votes
1answer
29 views

How to use Outlook's AdvancedSerach to find expiring e-mail via assigned server policy

I am attempting to find all expiring e-mails via Advanced Search method provided below. Optimistically, I hoped that their searches in articles such as this, and this which suggests using ...
0
votes
1answer
26 views

What are the arguments of Dialogs[XlBuiltInDialog.xlDialogPasteSpecial].Show

VSTO excel's pasteSpecial dialog takes 30 args. I've tried looking everywhere but can not find what each argument stands for. I am trying to set defaults for pasteSpecial when the dialogue pops up. ...
1
vote
0answers
20 views

Outlook Add-In becomes inactive after Windows Update

I have written an Outlook add-in (VSTO in C#) and now the problem occurs that on some machines (all Windows 7) with Office 2010 installed the Outlook add-in suddenly becomes inactive after a Windows ...
1
vote
1answer
32 views

VSTOR 4 Framework MSI Deployment via Group Policy

I developed an Outlook 2010 Add-In, which is going to be deployed on hundreds of machines. In order to deploy the add-in, I made use of the Microsoft's ClickOnce mechanism. The add-in relies on ...
0
votes
0answers
9 views

Recurring appointment instead of one time appointment

I have built a VSTO add-in for Outlook. When I use my add-in and create an appointment and book a room and validate. Even if it is a one-time booking, Outlook is refusign my demand because for ...
1
vote
1answer
52 views

Outlook 2010 VSTO Change Attachment Size on Filename

Hello I am writing a Outlook 2010 addin and I basically I need to manipulate the size of the attachment being show in the OL Inspector, where the attachments are listed, or just not show the size. ...
0
votes
0answers
37 views

Log4net log files not created?

We are using log4net in our outlook add-in application, it was worked fine. We are used VSTO 2010 (its supports outlook 2007 and 2010). For some reason we updated the VSTO version in our system ...
1
vote
0answers
35 views

VSTO Word AddIn: MessageBox Timing Issue

Hi! I'm working on a VSTO Word Addin that helps the user to replace certain words in a given text. A dialog guides the user through the replacements. Now, when the user replaces the last word I want ...
0
votes
0answers
17 views

Creating Microsoft office compatible custom object

We have developed custom image generator, which outputs a PNG, we have developed an office-addin which gives the user the ability to give some input (UI based) and we generate the PNG and insert into ...
0
votes
0answers
17 views

How can I set the picture associated with a node in a SmartArt graphic?

SmartArt graphics can have pictures associated with the "nodes" (although this is only used by certain SmartArt templates). I know how to set the text of a node via VBA/VSTO automation, but I can't ...

1 2 3 4 5 44