Sign In
Excel Programming
An Excel Programmability blog by Gabhan Berry
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET
Addins
Automation
BI
C#
Functions
OpenXML
PivotTables
Ribbon
Statistics
TechEd
VBA
XLL
Archive
Archives
August 2008
(1)
June 2008
(1)
May 2008
(1)
April 2008
(4)
March 2008
(2)
February 2008
(6)
January 2008
(3)
February, 2008
MSDN Blogs
>
Excel Programming
>
February, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Excel Programming
Using Custom Functions in Dynamic Ranges
Posted
over 4 years ago
by
Gabhan Berry
2
Comments
Named ranges are great. They enable us to assign a name to a collection of cells and use that name in code and worksheet functions. However, named ranges tend to be static. That is, they tend to represent a fixed set of cells, such as, A1:E100. But sometimes...
Excel Programming
Ribbon Customisation Links
Posted
over 4 years ago
by
Gabhan Berry
3
Comments
I thought it would be useful to provide a list of some good articles on customising the Office ribbon: 3-part Article on Ribbon Customisation ; Ribbon Developer Centre ; Jenson Harris' blog ; Repurposing Commands on the Ribbon ; Hiding...
Excel Programming
Excel Event Handling in C#
Posted
over 4 years ago
by
Gabhan Berry
4
Comments
After I posted about getting up-and-running with managed code and Excel , I realised that I was really writing a brief introduction to coding a C# Excel addin. Then I realised that there are two more areas that need to be covered before we would be ready...
Excel Programming
The Woes of Excel's Optional Parameters and C# ... a (potential) Workaround
Posted
over 4 years ago
by
Gabhan Berry
8
Comments
When coding in C# with Excel, it doesn't take long before you encounter the dreaded 'optional parameter' issue. If you have ever copied-and-pasted numerous System.Reflection. Missing .Value statements then you've probably wondered a few things. Firstly...
Excel Programming
Creating Custom Calculated Members and Sets in OLAP PivotTables
Posted
over 4 years ago
by
Gabhan Berry
1
Comments
If you are using PivotTables against an OLAP data source you may find it useful to be able to create your own custom, calculated measures and sets. These calculations are client-side meaning they exist inside Excel and you don't have to change the server...
Excel Programming
MSDN Code Gallery
Posted
over 4 years ago
by
Gabhan Berry
1
Comments
We have recently launched a code sharing community web site called MSDN Code Gallery . MSDN Code Gallery hosts code snippets and entire projects that have been shared with the community. You can publish your own code or search for and download other...
Page 1 of 1 (6 items)