View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected][_2_] nicolas.gendron@gmail.com[_2_] is offline
external usenet poster
 
Posts: 9
Default Need to register a UDF (xlfRegister) that takes no param

Hi,

I'm registering a UDF function in Excel via Excel4(xlfRegister, ...).

I want to register a simple fonction that just returns a string value
(no need to pass parameters to the function)

The problem is that the function paste dialog always ask for one
arguments.

I'm using "R#!" and I give an empty string for args names.

Any help would be greatly appreciated!

Thanks a lot,

Nicolas