Thread
:
writing a Function with a variable number of arguments
View Single Post
#
1
Posted to microsoft.public.excel.programming
TonyJeffs
external usenet poster
Posts: 6
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
Reply With Quote
TonyJeffs
View Public Profile
Find all posts by TonyJeffs