Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Gord,
I din't want to add anything to another cell in case that cell was or could be used for something else. -- Cheers macropod [MVP - Microsoft Word] "Gord Dibben" <gorddibbATshawDOTca wrote in message ... I saw that. Just wondered why the elaborate macro to add all those Comments that don't give OP what he asked for in the first place. To achieve the same thing as your macro without the Comments just enter =ShowFormula(cellref) in an adjacent cell.............. Function ShowFormula(Cell) Application.Volatile ShowFormula = "No Formula" If Cell.HasFormula Then ShowFormula = Cell.Formula End Function But still does not do what OP wantes. Gord On Thu, 28 Aug 2008 16:03:17 +1000, "macropod" wrote: Hi Gordon, I noted the limitation as to what can be displayed in my reply. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I display a formula result without losing the formula? | Excel Discussion (Misc queries) | |||
Want to display financial formula result... not the formula | Excel Worksheet Functions | |||
Why does my formula bar display a lengthy string, but my cells display #####? | Excel Programming | |||
how to convert a formula into text in order to display the formula | Excel Discussion (Misc queries) | |||
Modifying a formula to display the results of another formula | Excel Worksheet Functions |