View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mbobro[_3_] mbobro[_3_] is offline
external usenet poster
 
Posts: 1
Default Passing parameters to UDF

Hi,

There is a silly issue I got stuck for a while.

I used to write mostly procedures rather than functions. In order t
make them clear and easy to read when I called them I have formatte
the text like that:

procedure1 _
parameter1:=value1, _
parameter2:=value2, _
parameter3:=value3, etc.

now I wanted to do the same with UDF, but it doesn't work. The workin
format is:

function1(value1, value2, value3, etc)

but it is harder to read afterwards.

It seems to me silly, but there is no direct example on MSDN or thi
forum, so I decided to ask.


Thanks in advance,


Mbobr

--
Message posted from http://www.ExcelForum.com