Browse by Tags
All Tags »
VSTO (RSS)
I spent Thursday, April 26th in New York attending the 5th Annual Financial Services Developer Conference . I was on hand to assist with one of the VSTO demonstrations. The demo used an application that OZ developed last year for the Office System Developers
Read More...
I've been using the Visual Studio Orcas March CTP release for the past three weeks; in particular I've been evaluating the VBA/VSTO interoperability feature. This feature allows you to expose VSTO code to the VBA environment. The experience is definitely
Read More...
There is an interesting post in the VSTO forum about VBA/VSTO/VSTA. The question is: "Is VSTO/VSTA intended to replace VBA?" http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1461382&SiteID=1 The future of VBA and VSTO/VSTA's role continues to
Read More...
Continuing in the Office Zealot tradition of VSTO MVP's Chris Kunicki and joining OZ blogger Maarten Van Stam , I was recently awarded a Microsoft MVP related to my work with Visual Studio Tools for Office (VSTO). Thanks to everyone involved in the process
Read More...
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...