The question is: when developing an application-level addin for Office 2007 with VSTO SE (as no document-customization project is available), how can I obtain a named range from code
Suppose I create a range in the sheet from Excel by selecting a couple of cells and clicking the "Name a range..." item in the context menu. How can I then reference that range from code Is it possible to get a reference to a Microsoft.Office.Tools.Excel.NamedRange as it was in 2003
Thanks in advance,
Sole