M
musa.biralo
Hi!
I would like to see a tooltip when i type the own formula.. Here is
an example of my own formula...
'---------
Function cvolume(Dia As Double, Height As Double) As Double
cvolume = 3.141592654 * Dia ^ 2 / 4 * Height
End Function
'----------
Is it possible to show tooltip as excel shows while typing a formula..
(without pressing Ctrl+Shift+A)
Appreciate your time!
musa.biralo
I would like to see a tooltip when i type the own formula.. Here is
an example of my own formula...
'---------
Function cvolume(Dia As Double, Height As Double) As Double
cvolume = 3.141592654 * Dia ^ 2 / 4 * Height
End Function
'----------
Is it possible to show tooltip as excel shows while typing a formula..
(without pressing Ctrl+Shift+A)
Appreciate your time!
musa.biralo