creating functions for excel

Trufa

New Member
Joined
Oct 29, 2002
Messages
12
I am trying to create a few new functions for Xl97 and store them as complements, then I load them up on my excel or others xls as "userdefinefunctions".
I can easy create Functions, define what I expect them to do by using this code:

example.
Public Function TC (E,P,e,p)

TC = E*p/P

End function

But My troubles start when I want to give an anknown user, who loads up the function, the meaning or a short expl. of E, e,p,P or TC,When you use a function on Xl97 (with the dialog box) you have not only an explanation file xxxx.HLP, but also, on the dialog box, you have a short description of every variant or argument (like E,e,p,P,TC) you are using.

My quetion is: How CAN I DO TO set a text description for those Users who my not know what to put or how to fill each argument or variant.
If somebody can understand my English Spelling pls. Help me, I am not a programmer or Macros Guru, I do what I can.

thanks
:oops:
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.

Forum statistics

Threads
1,214,925
Messages
6,122,303
Members
449,078
Latest member
nonnakkong

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top