February 21st, 2008, 2:59 pm
Yes, I've used vsto.1) Ok if you want to use Excel 2007's new GUI.2) Most developers want an add-in in an xll flavour. So they usually go with using an XLL to .net wrapper technology. I've not seen a native C++ XLL for some time with most of my companies clients. The current SDK for producing .net UDF (In VSTO) within Excel takes to much code compared (it's a real bag of spanners) with the XLL/.net approach, so why bother and VSTO has less functionality. 3) I find the templates for producing installers a bit to prescriptive in VSTO, but that can be worked around.I suspect when Excel 2007 makes more in roads VSTO use will pick up for producing GUI front ends to Excel add-ins.M