Thread: Custom Function
View Single Post
  #1   Report Post  
Spencer Hutton
 
Posts: n/a
Default Custom Function

I have written a simple VBA function:

Function SpenceTAX(Cost, Rate)
SpenceTAX = Cost + (Cost * Rate)
End Function

it adds tax to an items cost. how do i get a description of what the
function does to show up in the function dialog box in execl?