View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Shahin Musayev Shahin Musayev is offline
external usenet poster
 
Posts: 18
Default Hide automation add-in functions

Hi everyone!

I'm developing excel automation add-in and I want some of my functions
to be callable from worksheet but do not appear in "Insert Function"
dialog.

I can see two possibilities:

1) somehow hide functions;
2) move functions that should be hidden to separate class and then
somehow hide corresponding functions category.

Is this possible?

Thanx,
Shahin