Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Display tips in function wizard

Hi All,

I've asked this a long time ago, forgot to record the answer somewhere
permanent and am now sheepishly asking again.
I have a number of custom functions in an add-in. I want to display a brief
explanation of the functions at the bottom of the function wizard dialogue
box eg, Excels function Roundup() displays "Rounds a number up, away from
zero."

Thanks in advance.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default Display tips in function wizard

Joe

You can add a brief description(not arguments) if you open the VBEditor and
ViewObject Browser.

Find your UDF and right-click and you can add a comment there.

To fully 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 Tips are not available with Laurent's method.


Gord Dibben Excel MVP

On Tue, 29 Nov 2005 10:10:14 +1000, "Joe Carroll"
<joeInsertTheAtcarroll-acoustics.net.au wrote:

Hi All,

I've asked this a long time ago, forgot to record the answer somewhere
permanent and am now sheepishly asking again.
I have a number of custom functions in an add-in. I want to display a brief
explanation of the functions at the bottom of the function wizard dialogue
box eg, Excels function Roundup() displays "Rounds a number up, away from
zero."

Thanks in advance.


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Display tips in function wizard

Thanks very much Gord

"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
Joe

You can add a brief description(not arguments) if you open the VBEditor
and
ViewObject Browser.

Find your UDF and right-click and you can add a comment there.

To fully 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 Tips are not available with Laurent's method.


Gord Dibben Excel MVP

On Tue, 29 Nov 2005 10:10:14 +1000, "Joe Carroll"
<joeInsertTheAtcarroll-acoustics.net.au wrote:

Hi All,

I've asked this a long time ago, forgot to record the answer somewhere
permanent and am now sheepishly asking again.
I have a number of custom functions in an add-in. I want to display a
brief
explanation of the functions at the bottom of the function wizard dialogue
box eg, Excels function Roundup() displays "Rounds a number up, away from
zero."

Thanks in advance.




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Display tips in function wizard

Hi Gord,

I've had a play with this add-in, and it works well, but I would like to
know how to do this myself from first principles. Also, adding the comments
in the object browser doesn't appear to be working - the comment isn't being
saved for some reason. Can you help?

Joe.

"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
Joe

You can add a brief description(not arguments) if you open the VBEditor
and
ViewObject Browser.

Find your UDF and right-click and you can add a comment there.

To fully 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 Tips are not available with Laurent's method.


Gord Dibben Excel MVP

On Tue, 29 Nov 2005 10:10:14 +1000, "Joe Carroll"
<joeInsertTheAtcarroll-acoustics.net.au wrote:

Hi All,

I've asked this a long time ago, forgot to record the answer somewhere
permanent and am now sheepishly asking again.
I have a number of custom functions in an add-in. I want to display a
brief
explanation of the functions at the bottom of the function wizard dialogue
box eg, Excels function Roundup() displays "Rounds a number up, away from
zero."

Thanks in advance.




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default Display tips in function wizard

Joe

ALT + F11 to get to VBE.

Make sure your add-in is open and listed.

ViewObject BrowserFrom libray dialog select your add-in.

Select the Module in left-side screen.

Find the Function in the list on right-side.

Right-click and Properties

After you typed the short comment into the PropertiesMember
OptionsDescription dialog box, did you save the file?

Can't help at all with the "first principle" item.


Gord


On Fri, 2 Dec 2005 15:28:40 +1000, "Joe Carroll"
<joeInsertTheAtcarroll-acoustics.net.au wrote:

Hi Gord,

I've had a play with this add-in, and it works well, but I would like to
know how to do this myself from first principles. Also, adding the comments
in the object browser doesn't appear to be working - the comment isn't being
saved for some reason. Can you help?

Joe.

"Gord Dibben" <gorddibbATshawDOTca wrote in message
.. .
Joe

You can add a brief description(not arguments) if you open the VBEditor
and
ViewObject Browser.

Find your UDF and right-click and you can add a comment there.

To fully 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 Tips are not available with Laurent's method.


Gord Dibben Excel MVP

On Tue, 29 Nov 2005 10:10:14 +1000, "Joe Carroll"
<joeInsertTheAtcarroll-acoustics.net.au wrote:

Hi All,

I've asked this a long time ago, forgot to record the answer somewhere
permanent and am now sheepishly asking again.
I have a number of custom functions in an add-in. I want to display a
brief
explanation of the functions at the bottom of the function wizard dialogue
box eg, Excels function Roundup() displays "Rounds a number up, away from
zero."

Thanks in advance.





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default Display tips in function wizard

Joe

ALT + F11 to get to VBE.

Make sure your add-in is open and listed.

ViewObject BrowserFrom libray dialog select your add-in.

Select the Module in left-side screen.

Find the Function in the list on right-side.

Right-click and Properties

After you typed the short comment into the PropertiesMember
OptionsDescription dialog box, did you save the file?

Can't help at all with the "first principle" item.


Gord


On Fri, 2 Dec 2005 15:28:40 +1000, "Joe Carroll"
<joeInsertTheAtcarroll-acoustics.net.au wrote:

Hi Gord,

I've had a play with this add-in, and it works well, but I would like to
know how to do this myself from first principles. Also, adding the comments
in the object browser doesn't appear to be working - the comment isn't being
saved for some reason. Can you help?

Joe.

"Gord Dibben" <gorddibbATshawDOTca wrote in message
.. .
Joe

You can add a brief description(not arguments) if you open the VBEditor
and
ViewObject Browser.

Find your UDF and right-click and you can add a comment there.

To fully 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 Tips are not available with Laurent's method.


Gord Dibben Excel MVP

On Tue, 29 Nov 2005 10:10:14 +1000, "Joe Carroll"
<joeInsertTheAtcarroll-acoustics.net.au wrote:

Hi All,

I've asked this a long time ago, forgot to record the answer somewhere
permanent and am now sheepishly asking again.
I have a number of custom functions in an add-in. I want to display a
brief
explanation of the functions at the bottom of the function wizard dialogue
box eg, Excels function Roundup() displays "Rounds a number up, away from
zero."

Thanks in advance.



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
Import wizard does not display johnisccp Excel Discussion (Misc queries) 1 May 17th 07 05:03 PM
Plot Wizard -- "Not enough system resources to display completely. Andrew Charts and Charting in Excel 1 April 26th 05 12:27 AM
Function Wizard GolfGal Excel Discussion (Misc queries) 8 March 20th 05 07:25 PM
Function Wizard Madiya[_3_] Excel Programming 2 November 2nd 04 08:25 AM
Check if within Function Wizard patochem Excel Programming 0 October 8th 04 02:58 PM


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