Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all, I'm creating my first function, and I think I have it right, but
excel doesn't recognize my function and returns #NAME? Is there a problem with my code?,.. or is this a referencing problem in VBE. I am saving this in a module in personal.xlsx Thanks! -Mike Function ROP(Usage, LeadTime, SafetyStock) ROP = RoundUp(Sum(Usage / 12 * LeadTime) + (Usage / 12 * SafetyStock), 0) End Function *** Sent via Developersdex http://www.developersdex.com *** |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Function Error? | Excel Worksheet Functions | |||
Function error | Excel Worksheet Functions | |||
GammaDist function error in error | Excel Programming | |||
Excel - User Defined Function Error: This function takes no argume | Excel Programming | |||
IF THEN function error | Excel Worksheet Functions |