Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

vba excel register udf not working

Status
Not open for further replies.

Coalhouse

Mechanical
Joined
Mar 15, 2012
Messages
29
Location
US
Hello. I am doing a udf. but I want the udf to provide some help, guidance on the arguments.
it does not work. i have excel 365.
Not that the addin works but I can not get the argument help to display appropriately. I tried everything. Pls help.



Sub RegisterUDF()
Application.MacroOptions Macro:="peAIR", _
Description:="calculate the PEair ", _
Category:="User Defined", _
ArgumentDescriptions:=Array( _
"PSbar: Pressure in bar", _
"DN: diameter in mm", _
"Gr: input 1 or 2, this is to select the colour ", _
"Fm: input 1 or 2. this is to select the type", _
"T: Temp")
End Sub
 
Take a look at this.

 
did it work for you. It does not work for me. I tried everything. no luck.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top