Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Another way? - not that I know of.
However, you can add a comment to each cell, but that seems like overkill... '-- Sub GiveHint() Dim rCell As Range For Each rCell In Selection.Cells On Error Resume Next rCell.Comment.Delete On Error GoTo 0 If Len(rCell.Formula) 0 Then rCell.AddComment rCell.Text End If Next End Sub -- Jim Cone Portland, Oregon USA "Tracy" wrote in message Is there another way so I don't have to move the cursor up to the function bar? Trying to keep it simple. Thank you so much Jim. -- Tracy "Jim Cone" wrote: If you highlight the formula in the Formula bar and then press the F9 key, the cell value will be displayed. Press the Escape key to exit. Do not press enter. -- Jim Cone Portland, Oregon USA "Tracy" wrote in message I have a column width which need to remain small. The column contains an =function from another worksheet. I need the cell to show the text information in the function bar at the top of the sheet when highlighted, not the formula. Or I need to insert a comment that allows me to insert a formula inside that comment. -- Tracy |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
text with a numeric funtion | Excel Discussion (Misc queries) | |||
grab cell text from multi-tab workbook, show text in another workb | Excel Worksheet Functions | |||
Text wrap doesnt always show all text | Excel Discussion (Misc queries) | |||
To show the whole text in a tooltip text | Excel Programming | |||
show different text in a text box depending on cell value | Excel Programming |