Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Another option would be to place the formulas in the Cell Comments
using vba... With Range("B20") .ClearComments .AddComment .Comment.Visible = False .Comment.Text Text:=Range("B20").Formula .Comment.Shape.TextFrame.AutoSize = True End With |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
displaying formula bar | Setting up and Configuration of Excel | |||
Displaying a Picture with a Macro | Excel Discussion (Misc queries) | |||
Same formula but ?value displaying | Excel Discussion (Misc queries) | |||
using a cell value to control a counter inside a macro and displaying macro value | Excel Worksheet Functions | |||
Help::how to run macro without displaying workbooks.. | Excel Programming |