View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steve King Steve King is offline
external usenet poster
 
Posts: 2
Default Public Functions As Worksheet Available Functions

I've created quite a few VBA functions which are invoked through the macros
menu but would like to be able to build a function which can be invoked in
the cell like a WorksheetFunction object. When I build the function and try
to embed it into a cell with the '=FunctionName()' syntax I get an error. Is
there a way to make my functions available?
--
Steve King