![]() |
How can I use SUM in a user defined function procedure?
can anyone help me find a way to make this function work?
Function test(value, value1, value2) test = Sum(value, value1, value2) End Function (I don't really want to write a UDF to do exactly what a SUM does, but would like to use a SUM in my function) tx |
How can I use SUM in a user defined function procedure?
test = Application.Sum(value, value1, value2)
HTH Charles John wrote: can anyone help me find a way to make this function work? Function test(value, value1, value2) test = Sum(value, value1, value2) End Function (I don't really want to write a UDF to do exactly what a SUM does, but would like to use a SUM in my function) tx |
How can I use SUM in a user defined function procedure?
test = application.sum(....)
John wrote: can anyone help me find a way to make this function work? Function test(value, value1, value2) test = Sum(value, value1, value2) End Function (I don't really want to write a UDF to do exactly what a SUM does, but would like to use a SUM in my function) tx -- Dave Peterson |
All times are GMT +1. The time now is 12:26 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com