User defined functions - parameter descriptions

H

Heidi

Hello,

I have created an Excel add-in containing a number of user define
functions. I would like descriptions of the parameters to show up i
the function wizard.

Does anyone know a way to do this?

Thanks

Heid
 
H

Heidi

Thanks for the help everyone. I have downloaded this add-in and followe
the instructions. However, it doesn't seem to be working for me......

I am using Excel 2003. One step of the instructions requires th
following code to be inserted into a module of my xla:

Sub Auto_Open()
Application.RegisterXLL ThisWorkbook.Path & "\FunCustomize.dll"
Run [FunCustomize], ThisWorkbook.name, shFunctions.Range("A2:Z5")
End Sub

However I am getting an error 424 (object required) on the second lin
of this code......

Any advice would be appreciated.

Heid
 
H

Heidi

I have a worksheet named shFunctions in my xla file, so I don't believ
that is the problem. The problem seems to be coming from the attempt t
run the dll, as I have made sure there is no problem with th
parameters I am passing to it
 
T

Tom Ogilvy

unless shFunctions is the code name of your sheet, I would expect it to
raise the error you state.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top