Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 30
Default Giving help to the user of my function

this time I did not forget anything. I just don't know how to do this...

I made a personnal function (VBA) and I use it in a cell...

i would like to help the user as the usual way:
when he press the "=" icon next to formulas, it open the window with all
arguments, and their names.

this works BUT i would like to change the comment at the bottom of this
window.
I assume it's possible, because when we give a comment when creating a new
macro/function with the Tools/macro menu, we can see this commetn again at
this place in the help-formula window.

But it's uneasy that way. And it does not give details about each argument.
How is it possible to change this from the VBA code ?

thank you again...


--
David C.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,253
Default Giving help to the user of my function




--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam

the only way to do it is to use a utility called FUNCUSTOMIZE.DLL
from Laurent Longre.
http://longre.free.fr/english/


David C. wrote :

this time I did not forget anything. I just don't know how to do
this...

I made a personnal function (VBA) and I use it in a cell...

i would like to help the user as the usual way:
when he press the "=" icon next to formulas, it open the window with
all arguments, and their names.

this works BUT i would like to change the comment at the bottom of
this window.
I assume it's possible, because when we give a comment when creating
a new macro/function with the Tools/macro menu, we can see this
commetn again at this place in the help-formula window.

But it's uneasy that way. And it does not give details about each
argument. How is it possible to change this from the VBA code ?

thank you again...


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 30
Default Giving help to the user of my function

the only way to do it is to use a utility called FUNCUSTOMIZE.DLL
from Laurent Longre.
http://longre.free.fr/english/



well, thanks but this is not satisfying my request
Here is a (first) trick

for the moment, I'm recording a false macro this an acceptable comment,
then changing the name (sub - function) so I have a "quitte good help" with
my function. This is a start, not "clean" but efficient. and this does not
need any dll...
Sure, I still do not give help for each parameter
but a first (big) step is done in my way.

I'm just looking for a better way to record this...
Since Excel save such data (somewhere ?) with macro, I'm looking for a way
to change it, and have it recorded with my file, without re-using such a
dll each time. A dll to register this, I can. To distribute a dll with the
..xls : I can not...


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,253
Default Giving help to the user of my function



Descriptions for the function( not the arguments)
can be done as follows:

open object browser
in dropdown select your project
select a function or procedure.
rightclick
select properties
edit the description.

better?


--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


David C. wrote :

the only way to do it is to use a utility called FUNCUSTOMIZE.DLL
from Laurent Longre.
http://longre.free.fr/english/



well, thanks but this is not satisfying my request
Here is a (first) trick

for the moment, I'm recording a false macro this an acceptable
comment, then changing the name (sub - function) so I have a "quitte
good help" with my function. This is a start, not "clean" but
efficient. and this does not need any dll...
Sure, I still do not give help for each parameter
but a first (big) step is done in my way.

I'm just looking for a better way to record this...
Since Excel save such data (somewhere ?) with macro, I'm looking for
a way to change it, and have it recorded with my file, without
re-using such a dll each time. A dll to register this, I can. To
distribute a dll with the .xls : I can not...


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 30
Default Giving help to the user of my function


better?



You bet !

see... it's better when you keep it cool... :)
appologies accepted about the printer macro :) :)




  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,253
Default Giving help to the user of my function


David.

did you d/l the tray addin?
did it work ok?

it was a first ruddy attempt at building a hierarchical classed object
for the printer/trays etc.

any comments on the thing itself?


--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


David C. wrote :


better?



You bet !

see... it's better when you keep it cool... :)
appologies accepted about the printer macro :) :)


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
Function is displayed as text rather than giving a value Danni2004 Excel Worksheet Functions 2 October 20th 06 11:19 PM
giving points by a result (function) Perttu O. Excel Worksheet Functions 2 October 3rd 05 08:21 PM
Function giving error Martin Excel Discussion (Misc queries) 3 October 1st 05 12:58 PM
Function giving Error Martin Excel Worksheet Functions 3 October 1st 05 03:49 AM
a function giving the interest rate for inv x for period y & bal z cal777 Excel Worksheet Functions 1 August 3rd 05 06:16 PM


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