Sign in
MSDN Blogs
Microsoft Blog Images
More ...
MSDN Blogs
>
Office Development with Visual Studio
Server & Tools Blogs
>
Developer Tools Blogs
Executive Bloggers
S. Somasegar
Brian Harry
Scott Guthrie
Jason Zander
Visual Studio
Visual Studio
Blend
LightSwitch
Line of Business Apps by Beth Massi
Setup & Install by Heath Stewart
Application Lifecycle Management
Visual Studio ALM
Team Foundation Service
Languages
Visual Basic
Visual C#
Visual C++
Visual F#
JavaScript
.NET Framework
.NET Framework
.NET Parallel Programming
ADO.NET (Managed Providers, DataSet & EF)
ASP.NET by Scott Hanselman
Base Class Library (BCL)
Silverlight
WCF Data Services
Workflow
Platform Development
Internet Explorer
Apps for Office and SharePoint 2013
SharePoint
Office
Web
Windows 8
Windows Store
Windows Azure
Windows Phone
Office Development with Visual Studio
Develop Office Business Applications using Visual Studio
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Live Now on Developer Tools Blogs
Tags
add-ins
Beth Massi
Christin Boyd
ClickOnce
Community
Deployment
Excel 2007
Harry Miller
Mary Lee
Norm Estabrook
Office 2007
Office 2010
Office Development
Outlook 2007
primary interop assemblies
Ribbon
sample
VB
video
Visual Studio 2010
VS2008
VS2010
VSTO
Windows Installer
Word 2007
More
▼
Less
▲
Related resources
Visual Studio Developer Center
Visual Studio Product Website
Archives
Archives
March 2013
(1)
December 2012
(1)
August 2011
(1)
April 2011
(1)
January 2011
(1)
November 2010
(2)
October 2010
(1)
September 2010
(1)
August 2010
(1)
June 2010
(7)
May 2010
(3)
April 2010
(6)
March 2010
(6)
February 2010
(3)
January 2010
(3)
December 2009
(5)
November 2009
(2)
October 2009
(4)
September 2009
(1)
August 2009
(4)
July 2009
(1)
June 2009
(5)
May 2009
(10)
April 2009
(6)
March 2009
(5)
February 2009
(3)
January 2009
(1)
December 2008
(5)
November 2008
(5)
October 2008
(4)
September 2008
(4)
August 2008
(5)
July 2008
(7)
June 2008
(6)
May 2008
(12)
April 2008
(6)
March 2008
(3)
February 2008
(8)
January 2008
(4)
December 2007
(1)
More
▼
Less
▲
Blog - Title
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Office Development with Visual Studio
Word Add-ins Part 3: Search for Text Strings in Documents and Add Comments (Harry Miller)
Posted
over 5 years ago
by
VSTOTeam
4
Comments
You can search the text in any open Microsoft Office Word document for specific strings if you put the code in an application-level add-in. When you find an instance of the string, you can perform some action on it. This video shows how to flag the string...
Office Development with Visual Studio
Word Add-ins Part 2: When Add-ins Collide (Harry Miller)
Posted
over 5 years ago
by
VSTOTeam
1
Comments
When you build an add-in project, it installs the add-in on your development computer. Even if you close that project and start another, or even close Visual Studio entirely, all add-ins you have built will still run when you start the Office application...
Office Development with Visual Studio
Word Add-ins Part 1: Clear the Ribbon Except for My Controls (Harry Miller)
Posted
over 5 years ago
by
VSTOTeam
1
Comments
You can easily customize the Ribbon to show only the controls you want to display. This video shows how to clear the Ribbon in Microsoft Office Word so it contains only a single button. The button inserts a graphic into the open Word document at the cursor...
Office Development with Visual Studio
Channel 9: New Features for VS2008 Office Projects in SP1 (Beth Massi)
Posted
over 5 years ago
by
VSTOTeam
2
Comments
I just posted an interview with Kris Makey on Channel9 . Kris is a Developer on the Office Client team. Here he shows us a couple new features of Office projects in Visual Studio 2008 SP1 . First he demonstrates a new error logging feature that will log...
Office Development with Visual Studio
How Do I: Add Smart Tags to Excel Workbooks? (Kathleen McGrath)
Posted
over 5 years ago
by
VSTOTeam
2
Comments
With the release of Visual Studio 2008 SP1, you can now add smart tags to Excel by using an add-in. In this video, I show you how to add them to both a document-level customization and an add-in project. How Do I: Add Smart Tags to Excel Workbooks...
Office Development with Visual Studio
Create an Excel Shortcut Menu That Writes Selected Values to a Text File (Harry Miller)
Posted
over 5 years ago
by
VSTOTeam
2
Comments
It doesn't take much code to add a command to a shortcut menu in Excel, but the menu objects have strange names so it's not intuitive, to me at least. The trickiest part is just sorting out how it's supposed to work, because it seems like it should be...
Office Development with Visual Studio
Visual Studio 2008 Service Pack 1 released! Now what? (Christin Boyd)
Posted
over 5 years ago
by
VSTOTeam
3
Comments
Yeah! Service Pack 1 is released to the web! Now what do I do? I'd like to help you navigate the information we published about SP1. I strongly recommend that you read the VSTO section of the SP1 Readme here . You can read about all the great improvements...
Office Development with Visual Studio
Activating a Custom Tab on the Ribbon When a Document Is Opened (Harry Miller)
Posted
over 5 years ago
by
VSTOTeam
5
Comments
A lot of people would like to do this. It makes sense that a developer would want to select the custom tab automatically, if the controls that are most useful for the current document are all on that tab. This video goes in-depth about this programming...
Office Development with Visual Studio
Automatic project conversion / migration (Harry Miller)
Posted
over 5 years ago
by
VSTOTeam
4
Comments
By default, Visual Studio automatically converts Office 2003 projects into Office 2007 projects when you open the project, if you have the 2007 Office system installed on your development computer. But you can change that default behavior. Resources Forum...
Office Development with Visual Studio
Removing Customization Code Before E-Mailing a Document (Harry Miller)
Posted
over 5 years ago
by
VSTOTeam
3
Comments
When you create a document-level customization for a document, all the copies of the document will be customized too. Even if you save a copy of the document with a different name, when the document is opened it'll try to find and run the code. All the...
Office Development with Visual Studio
Your feedback wanted: Improving Deployment for Office Document Solutions
Posted
over 5 years ago
by
VSTOTeam
9
Comments
Our team is looking for feedback on how we can improve the deployment experience for VSTO document solutions. We are interested in hearing how you deploy your Excel spreadsheet/template and Word document/template solutions today & what sorts of improvements...
Office Development with Visual Studio
What's New in VS 2008 SP1 and how the VSTO team decided what to include in a Service Pack (Christin Boyd, Mary Lee)
Posted
over 5 years ago
by
VSTOTeam
5
Comments
Updated August, 2008 I'd like to give you some insight into how we decide what goes into a Service Pack for Microsoft Visual Studio. I'm speaking specifically about how the VSTO team built SP1; most other groups within Visual Studio use the same process...
Office Development with Visual Studio
Assembly Could Not Be Found or Could Not Be Loaded (Harry Miller)
Posted
over 5 years ago
by
VSTOTeam
3
Comments
This video tells the story of someone who created an Excel 2003 workbook project in Visual Studio 2008. No matter what configuration he tried on the client machine, he got this error when opening the workbook: The assembly could not be found or...
Office Development with Visual Studio
MSDN Code Gallery launches Localized Hotfix Pages
Posted
over 5 years ago
by
VSTOTeam
1
Comments
All of the Visual Studio and .NET Framework hotfixes that are publicly available on MSDN Code Gallery are now localized in the following languages: French, Spanish, Italian, German, Traditional and Simplified Chinese, Japanese, Korean, Russian, and Brazilian...
Office Development with Visual Studio
Catching Save or SaveAs in Word 2007 (Harry Miller)
Posted
over 5 years ago
by
VSTOTeam
3
Comments
You can override Ribbon commands and run your own code for Save or Save As, or you can simply cancel attempts to save a document in the DocumentBeforeSave event handler. Code and resources: Forum post: Microsoft Word 2007 Disable Save As Temporarily...
Office Development with Visual Studio
WPF in Office Solutions (Harry Miller)
Posted
over 5 years ago
by
VSTOTeam
1
Comments
A few months ago, Andrew Whitechapel wrote an article and sample application that demonstrates combining the native capabilities of an Office client application with the UI capabilities of WPF. Behind the UI, the application is connected to remote data...
Office Development with Visual Studio
Microsoft Office Developer Show Episode 5 (Harry Miller)
Posted
over 5 years ago
by
VSTOTeam
2
Comments
In this episode: a tip about setting the background color of a custom task pane to match the Office theme, and about calling functions in add-ins from other add-ins. Plus, Mary creates an Outlook add-in that helps her remember attachments. Duration: 5...
Office Development with Visual Studio
Specifying a Product Name, Publisher Name and other properties for VSTO solutions (Saurabh Bhatia)
Posted
over 5 years ago
by
VSTOTeam
20
Comments
Many customers have requested how to specify options like a Product or Publisher Name for Office 2007 VSTO solutions deployed from Visual Studio 2008. However, you cannot specify these properties in the Visual Studio IDE. In this post, I will describe...
Office Development with Visual Studio
Microsoft Office Developer Show Episode 4 (Harry Miller)
Posted
over 5 years ago
by
VSTOTeam
3
Comments
In this episode: a tip about saving and restoring the position of custom toolbars in Outlook 2007, and how to copy values from one worksheet and paste them in another. Plus, Mary finishes her Excel application and sends it to her boss in e-mail. Duration...
Office Development with Visual Studio
I Just Want to Format a Cell in My Excel Worksheet (Norm Estabrook)
Posted
over 5 years ago
by
VSTOTeam
3
Comments
So you just want to write some code to format a cell in a worksheet. However, there isn't a help topic in sight that shows you how to do it. There may be a topic out there, but you don't have time to sift through the web searching for it. You're not alone...
Office Development with Visual Studio
Microsoft Office Developer Show Episode 3 (Harry Miller)
Posted
over 5 years ago
by
VSTOTeam
1
Comments
In this episode: a tip about serializing data in a Word document so users can't see it, and why content controls disappear from documents if you add them at run time. Plus, Mary customizes the Ribbon in Excel so her boss Kemp doesn't need to use button...
Office Development with Visual Studio
Office development audio series 3 is now available (Harry Miller)
Posted
over 5 years ago
by
VSTOTeam
1
Comments
This series focuses on development tasks that are common as part of developing Office solutions, and describes the tools in Visual Studio 2008 that help you do these tasks quicker. The series is organized as short, five-minute episodes that you can listen...
Office Development with Visual Studio
Deploying Office Solutions with a Setup Project (Mary Lee)
Posted
over 5 years ago
by
VSTOTeam
6
Comments
You can now read the long awaited whitepapers about deploying Office 2007 solutions with a Visual Studio 2008 Setup project to create a Windows Installer package. These whitepapers show you how to complete the following tasks: Configure prerequisites...
Office Development with Visual Studio
Microsoft Office Developer Show Episode 2 (Harry Miller)
Posted
over 5 years ago
by
VSTOTeam
3
Comments
In this episode: a tip about how to save a new copy of a Word document instead of saving over the original, and how to create a class in an Outlook project to access methods without hitting the object model security prompts. Plus, Mary creates a quick...
Office Development with Visual Studio
Using VS 2008 to continue working on Office 2003 Add-ins (Anthony Crider)
Posted
over 5 years ago
by
VSTOTeam
6
Comments
Visual Studio 2008 allows a developer to create add-in projects that target Microsoft Office 2003 products even if Microsoft Office 2007 rather than Microsoft Office 2003 is installed. So long as you don’t close and reopen the project, everything...
Page 5 of 7 (155 items)
«
3
4
5
6
7