Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 36
Default Embedded function screentip

Hi all,
Is there a way to "get" the actual screentip text that Excel displays in the
Insert Function dialog box when a particular function is selected?

What I am trying to achieve is to be able to use a native Excel function as
a string and then get the associated properties assigned to that function
from deep within the heart of Excel.

e.g. in col A I have the name of the function - SUMIF
In col B I want to automatically populate the internal screentip associated
with that function.
In Col C I want to put the associated syntax and operands.

I truly doubt this is possible!

Kind regards,
Bony
--
"There are 10 types of people in this world. Those who understand Binary
and those who don''t ..."
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8,520
Default Embedded function screentip

I know this is not what you are looking for; but still it might be useful

Type =SUMIF or any formula in a cell and press Ctrl+Shift+A to get the
syntax as text.

If this post helps click Yes
---------------
Jacob Skaria


"Bony Pony" wrote:

Hi all,
Is there a way to "get" the actual screentip text that Excel displays in the
Insert Function dialog box when a particular function is selected?

What I am trying to achieve is to be able to use a native Excel function as
a string and then get the associated properties assigned to that function
from deep within the heart of Excel.

e.g. in col A I have the name of the function - SUMIF
In col B I want to automatically populate the internal screentip associated
with that function.
In Col C I want to put the associated syntax and operands.

I truly doubt this is possible!

Kind regards,
Bony
--
"There are 10 types of people in this world. Those who understand Binary
and those who don''t ..."

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 36
Default Embedded function screentip

Thanks Jacob. Useful tip but no help here I'm afraid :)
--
"There are 10 types of people in this world. Those who understand Binary
and those who don''t ..."


"Jacob Skaria" wrote:

I know this is not what you are looking for; but still it might be useful

Type =SUMIF or any formula in a cell and press Ctrl+Shift+A to get the
syntax as text.

If this post helps click Yes
---------------
Jacob Skaria


"Bony Pony" wrote:

Hi all,
Is there a way to "get" the actual screentip text that Excel displays in the
Insert Function dialog box when a particular function is selected?

What I am trying to achieve is to be able to use a native Excel function as
a string and then get the associated properties assigned to that function
from deep within the heart of Excel.

e.g. in col A I have the name of the function - SUMIF
In col B I want to automatically populate the internal screentip associated
with that function.
In Col C I want to put the associated syntax and operands.

I truly doubt this is possible!

Kind regards,
Bony
--
"There are 10 types of people in this world. Those who understand Binary
and those who don''t ..."

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 535
Default Embedded function screentip

Hi Bony,

e.g. in col A I have the name of the function - SUMIF
In col B I want to automatically populate the internal screentip associated
with that function.
In Col C I want to put the associated syntax and operands.


My xlmenufundict has a sheet which lists most functions with their arguments:

www.jkp-ads.com/download.asp#xlmenufundict

Regards,

Jan Karel Pieterse
Excel MVP
http://www.jkp-ads.com
Member of:
Professional Office Developer Association
www.proofficedev.com

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 36
Default Embedded function screentip

Hi Jan Karel,
That is a very interesting sheet! While it doesn't give me what I want, it
will prove useful in another project I am planning.

Many thanks for the steer!

Kind regards,
Bony
--
"There are 10 types of people in this world. Those who understand Binary
and those who don''t ..."


"Jan Karel Pieterse" wrote:

Hi Bony,

e.g. in col A I have the name of the function - SUMIF
In col B I want to automatically populate the internal screentip associated
with that function.
In Col C I want to put the associated syntax and operands.


My xlmenufundict has a sheet which lists most functions with their arguments:

www.jkp-ads.com/download.asp#xlmenufundict

Regards,

Jan Karel Pieterse
Excel MVP
http://www.jkp-ads.com
Member of:
Professional Office Developer Association
www.proofficedev.com

.



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Embedded function screentip

You asked this question on 03Nov but as you are using MS's web interface
(communities) you will not have seen my reply (NNTP posts made since 02Nov
are just getting through to the web interface today, there have been
technical problems).

Here's my previous suggestion again, given in addition to the others

see Peter Noneley's Excel Function Dictionary
http://www.xlfdic.com/

Regards,
Peter T

"Bony Pony" wrote in message
...
Hi all,
Is there a way to "get" the actual screentip text that Excel displays in
the
Insert Function dialog box when a particular function is selected?

What I am trying to achieve is to be able to use a native Excel function
as
a string and then get the associated properties assigned to that function
from deep within the heart of Excel.

e.g. in col A I have the name of the function - SUMIF
In col B I want to automatically populate the internal screentip
associated
with that function.
In Col C I want to put the associated syntax and operands.

I truly doubt this is possible!

Kind regards,
Bony
--
"There are 10 types of people in this world. Those who understand Binary
and those who don''t ..."



  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 36
Default Embedded function screentip

Hi,
Thanks for the steer. I know what the text is, I want to access it directly
from the function.

When I get my hands on Excel 2010, I know there will be new or modified
functions from 2007. I want to be able to compare the current functions
(which I have listed) and x-ref them against new ones.

Kind regards,
Bony
--
"There are 10 types of people in this world. Those who understand Binary
and those who don''t ..."


"Peter T" wrote:

You asked this question on 03Nov but as you are using MS's web interface
(communities) you will not have seen my reply (NNTP posts made since 02Nov
are just getting through to the web interface today, there have been
technical problems).

Here's my previous suggestion again, given in addition to the others

see Peter Noneley's Excel Function Dictionary
http://www.xlfdic.com/

Regards,
Peter T

"Bony Pony" wrote in message
...
Hi all,
Is there a way to "get" the actual screentip text that Excel displays in
the
Insert Function dialog box when a particular function is selected?

What I am trying to achieve is to be able to use a native Excel function
as
a string and then get the associated properties assigned to that function
from deep within the heart of Excel.

e.g. in col A I have the name of the function - SUMIF
In col B I want to automatically populate the internal screentip
associated
with that function.
In Col C I want to put the associated syntax and operands.

I truly doubt this is possible!

Kind regards,
Bony
--
"There are 10 types of people in this world. Those who understand Binary
and those who don''t ..."



.

  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Embedded function screentip

Unfortunately there's no direct way to get the tooltips directly from the
function.

Regards,
Peter T

"Bony Pony" wrote in message
...
Hi,
Thanks for the steer. I know what the text is, I want to access it
directly
from the function.

When I get my hands on Excel 2010, I know there will be new or modified
functions from 2007. I want to be able to compare the current functions
(which I have listed) and x-ref them against new ones.

Kind regards,
Bony
--
"There are 10 types of people in this world. Those who understand Binary
and those who don''t ..."


"Peter T" wrote:

You asked this question on 03Nov but as you are using MS's web interface
(communities) you will not have seen my reply (NNTP posts made since
02Nov
are just getting through to the web interface today, there have been
technical problems).

Here's my previous suggestion again, given in addition to the others

see Peter Noneley's Excel Function Dictionary
http://www.xlfdic.com/

Regards,
Peter T

"Bony Pony" wrote in message
...
Hi all,
Is there a way to "get" the actual screentip text that Excel displays
in
the
Insert Function dialog box when a particular function is selected?

What I am trying to achieve is to be able to use a native Excel
function
as
a string and then get the associated properties assigned to that
function
from deep within the heart of Excel.

e.g. in col A I have the name of the function - SUMIF
In col B I want to automatically populate the internal screentip
associated
with that function.
In Col C I want to put the associated syntax and operands.

I truly doubt this is possible!

Kind regards,
Bony
--
"There are 10 types of people in this world. Those who understand
Binary
and those who don''t ..."



.



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
Screentip in Worksheet User Defined Function Clayman Excel Programming 4 January 28th 09 10:13 AM
Screentip Gary''s Student Excel Discussion (Misc queries) 2 May 3rd 08 05:25 PM
Hyperlink Function Screentip Gary''s Student Excel Worksheet Functions 0 April 18th 07 07:00 PM
Screentip and Hyperlinks Dan Excel Programming 1 April 23rd 05 12:17 AM
UDF screentip No Name Excel Programming 2 February 27th 04 07:16 AM


All times are GMT +1. The time now is 03:12 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"