User Defined Function in Excel - TechRepublic
Question
August 25, 2009 at 07:48 PM
tkocher

User Defined Function in Excel

by tkocher . Updated 16 years, 10 months ago

I have attempted to put in a UDF in three different machines and get the same result. I get an error when I attempt to reference the UDF. I put in
Function AddUp(x,y)
AddUp = x + y
End Function

When I pick a cell in the worksheet and put in
=AddUp(5,2) I get an error #Name? I have unchecked the Require Variable Definition box so why won’t it run?

This discussion is locked

All Comments