Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 72
Default merge named ranges

is there a build-in function to merge 2 named ranges and give this a 3rd name
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default merge named ranges

Say we have two ranges named alpha and beta and want to merge them into
something called gamma.

Sub roland()
Union(Range("alpha"), Range("beta")).Name = "gamma"
End Sub

--
Gary''s Student - gsnu200812


"Roland" wrote:

is there a build-in function to merge 2 named ranges and give this a 3rd name

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
named ranges Stout Charts and Charting in Excel 2 March 28th 07 02:17 AM
Named ranges SheriTingle Excel Discussion (Misc queries) 2 February 14th 07 06:00 PM
named ranges UsGrant_75 Excel Worksheet Functions 2 June 23rd 06 01:38 AM
Named Ranges in VBA Bruce Excel Discussion (Misc queries) 1 June 17th 05 03:35 AM
Like 123, allow named ranges, and print named ranges WP Excel Discussion (Misc queries) 1 April 8th 05 06:07 PM


All times are GMT +1. The time now is 07:01 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"