View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
TonyJeffs TonyJeffs is offline
external usenet poster
 
Posts: 6
Default writing a Function with a variable number of arguments

How do I write a function that can take any number of integers?

for example

function MyAverage(x as integer, [any amount more] as integers)
....
end function

Thanks

Tony