Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to show formulas in certain cells of a worksheet, but not all.
When I use the ctrl+` command it changes all the cells and not just the ones I've selected. Is it possible to only show formulas in selected cells? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
There is no support for this.
-- Regards, Tom Ogilvy "covenantdanes" wrote in message ... I am trying to show formulas in certain cells of a worksheet, but not all. When I use the ctrl+` command it changes all the cells and not just the ones I've selected. Is it possible to only show formulas in selected cells? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In the selected cells, use edit/replace, and change "=" to "x=". When you're
finished viewing/printing them, change "x=" to "=" (no quotes) Bob Umlas Excel MVP "covenantdanes" wrote in message ... I am trying to show formulas in certain cells of a worksheet, but not all. When I use the ctrl+` command it changes all the cells and not just the ones I've selected. Is it possible to only show formulas in selected cells? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
see the user defined functions GetFormula and GetFormulaD in
http://www.mvps.org/dmcritchie/excel/formula.htm Not exactly what you asked for but I think it is much better, because you can place these User Defined Functions anywhere on the sheet to show representative cells, and you can print the worksheet showing actual worksheet with some functions shown. --- HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001] My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "covenantdanes" wrote in message ... I am trying to show formulas in certain cells of a worksheet, but not all. When I use the ctrl+` command it changes all the cells and not just the ones I've selected. Is it possible to only show formulas in selected cells? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Show only some formulas in a worksheet | Excel Discussion (Misc queries) | |||
Selected cells show up as very light gray? Can I darken? | Excel Discussion (Misc queries) | |||
Selected cells do not show animated border | Excel Discussion (Misc queries) | |||
summation to show at the bottom when I highlight selected cells? | Excel Worksheet Functions | |||
show sum of selected cells | Excel Discussion (Misc queries) |