Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 55
Default how to show tooltip on own formula? Possible?

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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default how to show tooltip on own formula? Possible?

On Apr 7, 2:20*am, "musa.biralo" wrote:
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


Hi,

It is not possible to show argument help for a VBA function, which
shows up in a tooltip.

Anant
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 55
Default how to show tooltip on own formula? Possible?

On Apr 6, 8:22 pm, wrote:
On Apr 7, 2:20 am, "musa.biralo" wrote:



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
'----------

Thanks for the reply Anant,

then, do you know how it's possible???

musa.biralo


Is it possible to show tooltip as excel shows while typing a formula..
(without pressing Ctrl+Shift+A)


Appreciate your time!


musa.biralo


Hi,

It is not possible to show argument help for a VBA function, which
shows up in a tooltip.

Anant


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default how to show tooltip on own formula? Possible?

You can show argument help but not ToolTips.

To customize your User Defined Functions....

See Laurent Longre's website for FUNCUSTOMIZE add-in.

ZIP file also includes a demo file and a how-to-use file.

http://longre.free.fr/english/index.html

Ballon(Tool) Tips are not available with Laurent's method.


Gord Dibben Excel MVP

On Sun, 6 Apr 2008 17:51:41 -0700 (PDT), "musa.biralo"
wrote:

Thanks for the reply Anant,

then, do you know how it's possible???

musa.biralo


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How a Tooltip can be displayed? amateur New Users to Excel 2 October 22nd 09 09:24 AM
Multiline Tooltip RobC[_3_] Excel Programming 2 May 2nd 06 09:34 PM
To show the whole text in a tooltip text Pierre Archambault Excel Programming 4 January 19th 06 01:19 AM
UDF tooltip Dave Excel Programming 2 April 26th 04 03:17 PM
Tooltip on lineshape Wouter Excel Programming 0 November 25th 03 04:31 PM


All times are GMT +1. The time now is 09:37 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"