Welcome to Office Zealot Sign in | Join | Help

March 2007 - Posts

Excel Find method example using C#/VSTO
I've always found Excel's Find/FindNext methods awkward to use. It just seemed to require so many lines of code versus other common operations. I guess I've always wanted a simple FindAll() method that would find everything at once and give me a range Read More...
Outlook Ribbon IDs
With VSTO 2005 SE it is simple to get a custom ribbon up and running in Outlook. After the initial F5 moment of success, one of the first things you probably need to do is implement some way of showing your custom ribbon only for certain types of Inspector Read More...