Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - Excel Interop - How to change named range
 - oRng = oSheet.get_Range("Transactions");
 - Range namedRange= oSheet.Range[oSheet.Cells[1, 1], oSheet.Cells[3, 3]];
 - namedRange.Name = "Transactions";
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment