View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] streamaxi@gmail.com is offline
external usenet poster
 
Posts: 16
Default Creating an addin

I have created a Private Function which accepts 9 parameters from the
user. I don't want to show this function to anybody. How can I create a
password protected addin out of this function so that users can install
that addin and use this function only by supplying the parameters
without having access to the vba code.