ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Range Named (https://www.excelbanter.com/excel-programming/338554-range-named.html)

rickv[_3_]

Range Named
 

Hi
I need help please.

I have named range which starts with ww and the name need to be changed
to starts with tolww_RET_?


Thanks for your help


--
rickv
------------------------------------------------------------------------
rickv's Profile: http://www.excelforum.com/member.php...o&userid=25942
View this thread: http://www.excelforum.com/showthread...hreadid=399828


Don Guillett[_4_]

Range Named
 
does this help?

Sub changerngname()
With Range("ww")
..Name = "xxx"
..Name.Delete
End With
End Sub

--
Don Guillett
SalesAid Software

"rickv" wrote in
message ...

Hi
I need help please.

I have named range which starts with ww and the name need to be changed
to starts with tolww_RET_?


Thanks for your help


--
rickv
------------------------------------------------------------------------
rickv's Profile:

http://www.excelforum.com/member.php...o&userid=25942
View this thread: http://www.excelforum.com/showthread...hreadid=399828





All times are GMT +1. The time now is 07:16 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com