C# .net and Excel Named Ranges

J

Jorge Ribeiro

Hello

I've a named range "Calcs".
I want to get an Excel.Range object that reference that particular named
range.
I could do this iterating workbook.names collection but it seems to me that
there must be another way to accomplish this.

Can you help me here?

Best regards

Jorge
 
Top