Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 95
Default Screentip in Worksheet User Defined Function

Is it possible to embed a screentip in a UDF? I'm thinking something along
the lines of the screentips in VBA.

Thank you
--
Adios,
Clay Harryman
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Screentip in Worksheet User Defined Function

Depends what you mean by "screen tip".
A UDF can work with cell comments, which are classed as ToolTips, as least
as far as Windows/formatting is concerned.

NickHK

"Clayman" wrote in message
...
Is it possible to embed a screentip in a UDF? I'm thinking something along
the lines of the screentips in VBA.

Thank you
--
Adios,
Clay Harryman



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 95
Default Screentip in Worksheet User Defined Function

I hadn't thought about comments, but that would only work after the fact.

I'm thinking more along the lines of the "Intellisense" popups like in the
VBA editor. That will assist the user as they enter the formula. Not as
involved as the Formula Editor, but an assist.

Nevermind - I just figured out why it wont' work. I'm trying to figure out
if I can have Excel prompt the user entering the formula. But if the formula
is home-grown, then it has to be calculated before Excel will even try and
figure out what it does.

OK. :( Bummer.
--
Adios,
Clay Harryman


"NickHK" wrote:

Depends what you mean by "screen tip".
A UDF can work with cell comments, which are classed as ToolTips, as least
as far as Windows/formatting is concerned.

NickHK

"Clayman" wrote in message
...
Is it possible to embed a screentip in a UDF? I'm thinking something along
the lines of the screentips in VBA.

Thank you
--
Adios,
Clay Harryman




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Screentip in Worksheet User Defined Function

Maybe these will help:
http://www.jkp-ads.com/articles/RegisterUDF01.htm
http://www.bettersolutions.com/excel...N723710331.htm

NickHK

"Clayman" wrote in message
...
I hadn't thought about comments, but that would only work after the fact.

I'm thinking more along the lines of the "Intellisense" popups like in the
VBA editor. That will assist the user as they enter the formula. Not as
involved as the Formula Editor, but an assist.

Nevermind - I just figured out why it wont' work. I'm trying to figure out
if I can have Excel prompt the user entering the formula. But if the

formula
is home-grown, then it has to be calculated before Excel will even try and
figure out what it does.

OK. :( Bummer.
--
Adios,
Clay Harryman


"NickHK" wrote:

Depends what you mean by "screen tip".
A UDF can work with cell comments, which are classed as ToolTips, as

least
as far as Windows/formatting is concerned.

NickHK

"Clayman" wrote in message
...
Is it possible to embed a screentip in a UDF? I'm thinking something

along
the lines of the screentips in VBA.

Thank you
--
Adios,
Clay Harryman






  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 57
Default Screentip in Worksheet User Defined Function

hey ppl, i came across this post while browsing through several of them. In
my project which is actually developing a COM addin to ms excel using c#.net,
I am creating my UDFs which are working fine.

But now, I want to be able to show tooltips to these UDFs whenever some one
starts using them in an excel cell in the form of '=my_udf(......)'. I want
to display a tooltip that talks about the number and type of the arguments
'my_udf( )' takes.

Can anyone guide me through this?

Regards,
NA_AB

"NickHK" wrote:

Maybe these will help:
http://www.jkp-ads.com/articles/RegisterUDF01.htm
http://www.bettersolutions.com/excel...N723710331.htm

NickHK

"Clayman" wrote in message
...
I hadn't thought about comments, but that would only work after the fact.

I'm thinking more along the lines of the "Intellisense" popups like in the
VBA editor. That will assist the user as they enter the formula. Not as
involved as the Formula Editor, but an assist.

Nevermind - I just figured out why it wont' work. I'm trying to figure out
if I can have Excel prompt the user entering the formula. But if the

formula
is home-grown, then it has to be calculated before Excel will even try and
figure out what it does.

OK. :( Bummer.
--
Adios,
Clay Harryman


"NickHK" wrote:

Depends what you mean by "screen tip".
A UDF can work with cell comments, which are classed as ToolTips, as

least
as far as Windows/formatting is concerned.

NickHK

"Clayman" wrote in message
...
Is it possible to embed a screentip in a UDF? I'm thinking something

along
the lines of the screentips in VBA.

Thank you
--
Adios,
Clay Harryman








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
User defined function returns imprecise value when used in worksheet JohnM[_3_] Excel Discussion (Misc queries) 3 December 1st 09 12:52 PM
User Defined Function use any worksheet Babylynn Excel Discussion (Misc queries) 2 April 1st 09 06:23 PM
Writing a user-defined worksheet function Russell Seguin Excel Programming 6 April 30th 07 11:52 PM
Using dcount function within user-defined worksheet function pongthai Excel Programming 3 January 15th 07 09:55 AM
Automatic calculation of user-defined worksheet function Bart Deschoolmeester Excel Programming 2 October 8th 03 04:37 PM


All times are GMT +1. The time now is 09:32 AM.

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"