Microsoft Excel: Programmatically create a hidden named range.

Posted by mcoolbeth on Stack Overflow See other posts from Stack Overflow or by mcoolbeth
Published on 2010-05-18T15:36:59Z Indexed on 2010/05/18 16:01 UTC
Read the original article Hit count: 397

Filed under:
|
|

I am told that the Excel object model permits a Range that is not a part of any sheet, yet contains a set of cells and is denoted by a name in the workbook.

Can anyone explain to me how these fit into the Excel object model and how one would go about creating such a thing programatically (either in VBA or .NET source code).

Thanks.

© Stack Overflow or respective owner

Related posts about excel

Related posts about vsto