View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_T Pete_T is offline
external usenet poster
 
Posts: 1
Default user defined function

When calling a user defined function on a worksheet its not found unless I
enter the full path ex) PersonalXL.labor (X,Y,Z). How can I eliminate the
need to include the source workbook path .
Public Function labor (Month, Percentage,Heads as Integer)
Code etc........

End Function