ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Named Range Question. (https://www.excelbanter.com/excel-discussion-misc-queries/159441-named-range-question.html)

LuftRider

Named Range Question.
 
I have an amortization template that I downloaded some time ago. It has
numerous named cells and named ranges. Is there any way other than
individually converting the named cell(s) to their respective absolute
references? Thanks,
Glen


--




Bob Phillips

Named Range Question.
 
Other way to achieve what?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"LuftRider" wrote in message
...
I have an amortization template that I downloaded some time ago. It has
numerous named cells and named ranges. Is there any way other than
individually converting the named cell(s) to their respective absolute
references? Thanks,
Glen


--






AccessHelp

Named Range Question.
 
Try this,

Go to: Tools|Options, then check the box "Formulas" under tab "View"

That will show cells with defined name formulas.

I hope that is what you want.

"LuftRider" wrote:

I have an amortization template that I downloaded some time ago. It has
numerous named cells and named ranges. Is there any way other than
individually converting the named cell(s) to their respective absolute
references? Thanks,
Glen


--





Dave Peterson

Named Range Question.
 
I'd do this against a copy of the file...

Jim Rech posted a nice response at:
http://groups.google.com/groups?thre...%40tkmsftngp03

From: Jim Rech )
Subject: Can I "De-Name" Formula Cell References?
Newsgroups: microsoft.public.excel.misc, microsoft.public.excel
Date: 2001-02-16 13:32:51 PST

To do it to a cell or two first turn on Transition Formula Entry under
Tools, Options, Transition. Then go to the cell and press F2 and Enter.
When you turn off TFE the formula references should be de-named.

If you have a lot of cells to de-name select the range and run this macro:

Sub Dename()
Dim Cell As Range
ActiveSheet.TransitionFormEntry = True
For Each Cell In Selection.SpecialCells(xlFormulas)
Cell.Formula = Cell.Formula
Next
ActiveSheet.TransitionFormEntry = False
End Sub

--
Jim Rech
Excel MVP

====
Be aware that any reference to those names in your code will be broken.

LuftRider wrote:

I have an amortization template that I downloaded some time ago. It has
numerous named cells and named ranges. Is there any way other than
individually converting the named cell(s) to their respective absolute
references? Thanks,
Glen

--


--

Dave Peterson


All times are GMT +1. The time now is 06:52 AM.

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