#1   Report Post  
Posted to microsoft.public.excel.misc
lab lab is offline
external usenet poster
 
Posts: 8
Default Rename a range .

Can someone please tell me, how to change a range name, using Microsoft 2007
please ?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Rename a range .

To change a name from alpha to beta:

Sub RenameIt()
Set r = Range("alpha")
Range("alpha").Name.Delete
r.Name = "beta"
End Sub

--
Gary''s Student - gsnu200840


"LAB" wrote:

Can someone please tell me, how to change a range name, using Microsoft 2007
please ?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 48
Default Rename a range .

Go To Formulas Tab

Click on Name Manager

Click on Range Name you wish to change

Click the edit button

Change name to what you want

Click OK to finish

--
Saruman

(There is a time and place for code when Excel can't manage the problem
straight out of the box)
---------------------------------------------------------------------------
All Outgoing Mail Scanned By AVG Free 8
---------------------------------------------------------------------------
"LAB" wrote in message
...
Can someone please tell me, how to change a range name, using Microsoft

2007
please ?



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
Copy, Paste and Rename a Range using a macro [email protected] Excel Discussion (Misc queries) 1 April 15th 08 03:58 PM
How to rename references from range names to cell references Abbas Excel Discussion (Misc queries) 1 May 24th 06 06:18 PM
Rename Add-Ins BEEJAY Excel Discussion (Misc queries) 4 December 8th 05 08:18 PM
How do I rename the A B C cell range along the top of excel Treasuris Excel Worksheet Functions 1 September 26th 05 08:42 PM
can you rename a module? JOHN SMITH Excel Discussion (Misc queries) 1 March 22nd 05 05:49 PM


All times are GMT +1. The time now is 12:25 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"