Producing dynamically generated range names in Excel using c#
        Posted  
        
            by Matey
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Matey
        
        
        
        Published on 2009-06-30T19:50:04Z
        Indexed on 
            2010/05/17
            7:20 UTC
        
        
        Read the original article
        Hit count: 262
        
What is the best way to produce several tables of unknown size on the same worksheet? Values will be pulled from an oracle database and are used as values on several tables. Is it possible to create dynamic named ranges or is some other method desirable? I have some experience with c# but do not have access to VSTO 2005.
Any help or suggestions would be greatly appreciated.
I am willing to explain the problem further if requested.
© Stack Overflow or respective owner