Posts Tagged ‘Excel’
Customizing the built-in Microsoft Office ribbon groups is something that many people have tried but they usually hit a brick wall in the process. Unfortunately, it is not possible to customize the built-in ribbon groups, however, you can create your custom Office ribbon group and "replace" the built-in group with your own...
Read the rest of this entry →
.NET, C#, Excel, Ribbon |
8 Comments
Ty Anderson | April 30th, 2013
In this video, I show how to create an add-in for Microsoft Office 2013 Outlook, Excel and Word and add a custom ribbon using Add-in Express for Office and .net with Visual Studio Express 2012. Enjoy!...
Read the rest of this entry →
.NET, COM add-ins, Excel, Office 2013, Outlook, Ribbon, Visual Studio, Word |
No Comments
In this article we'll have a look at how you, as a VSTO developer, can get started developing add-ins for Excel using Add-in Express and Visual Studio 2012....
Read the rest of this entry →
.NET, COM add-ins, Excel, Office 2013, Ribbon, RTD servers, Visual Studio, VSTO, XLL |
No Comments
Eugene Starostin | March 22nd, 2013
In my yesterday's article I started to muse on Excel's Range Selection and what can be considered good practices for Excel add-in developers. Well, there are some other good manners for the Range Selection. And if you have a closer look at the user interface of Microsoft Excel itself and some popular Excel add-ins, you will find out pretty convenient behavior of the Range Selection functionality like follows below...
Read the rest of this entry →
.NET, COM add-ins, Excel, Office 2013 |
No Comments
Eugene Starostin | March 21st, 2013
Having been fully absorbed in developing our frameworks for a while, I lost any connection with the other part of our business - ablebits.com. Doh, I shouldn't have allowed this to happen. I clearly realized that on last Saturday evening when, to the wailing of snow storm Xavier raging across this country, I installed the latest version of the Excel Ultimate Suite on my laptop...
Read the rest of this entry →
.NET, COM add-ins, Excel, Office 2013 |
No Comments
Ty Anderson | February 12th, 2013
Now that Microsoft Office 2013 is available, it's time to start digging through the "What's New for Office Developers" topics. I'm not sure where these topics will take us because, with each release of Office, Microsoft touts the various new features and objects available to developers...
Read the rest of this entry →
Excel, Office 2013, VB.NET |
No Comments
Ty Anderson | January 17th, 2013
In this article, I want to show you how can create single Microsoft Office 2013 and 2010 ribbon and share it with Excel, PowerPoint, and Word. This scenario is one of many where Add-in Express shines. Using the Add-in Express framework, you can easily build a shared ribbon in a matter of minutes. Best of all, you can also quickly configure your controls to display (or not to display) in the Office host applications your add-in targets...
Read the rest of this entry →
.NET, COM add-ins, Excel, Office, Office 2013, PowerPoint, Ribbon, Word |
No Comments
Before we have a look at the sample project, let's first examine the scenario for when you might want to consider using this approach. In the case of the Ultimate Suite for Excel, loading was a crucial factor, by following this approach the team effectively reduced the loading time by nearly 60%, because only one assembly needs to be loaded instead of 20+ separate ones
...
Read the rest of this entry →
.NET, C#, COM add-ins, Excel |
14 Comments
In the last two articles, I've shown you how to create a WiX installer for Add-in Express based add-ons from scratch and how to convert your existing setup projects to WiX. In this blog, I'll show you how to create a WiX installer for Visual Studio Tools for Office (VSTO) based Office add-in projects...
Read the rest of this entry →
.NET, C#, COM add-ins, Excel, VSTO, WiX |
37 Comments