Disabling Function Results in the Function Arguments Window

J

john.w.palmateer

I have written user defined functions that are passing matrices as
arguements and would like to disable the function results in the
function arguement window. Any suggestions?
 
H

Héctor Miguel

hi, john !
I have written user defined functions that are passing matrices as arguements
and would like to disable the function results in the function arguement window.
Any suggestions?

a wild idea is valid ?

make your udf a private function procedure (so it won't appear in the function-wizard dialog)
and *call* for it knowing that *there it is* (you shall provide the *known* arguments)

also, note that you won't be able to paste it's arguments in formula-bar (ctrl+shift+A)

hth,
hector.
 

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