Excel Insert Function form

  • Thread starter Thread starter Santa-D
  • Start date Start date
S

Santa-D

Is there a way to create a custom category in the "Insert Function"
form?
and
Is there a way to get rid of the PERSONAL.XLS!FUNCTIONNAME from Public
Functions that reside in the personal.xls workbook?

What I want to achieve is to have all my custom functions under one
category as the user defined category is full with Adobe PDF functions.

Is this possible?
How?
 
--------------------------------------------------------
Is there a way to get rid of the PERSONAL.XLS!FUNCTIONNAME from Public
Functions that reside in the personal.xls workbook?
Sounds like a custom function of yours. Why not get into the VBE, go to
Personal.xls and delete the function FunctionName()?
--------------------------------------------------------
What I want to achieve is to have all my custom functions under one
category
Check out the Microsoft Knowledgebase...
How to Add a New Category to Function Category List
http://support.microsoft.com/default.aspx?kbid=137526
 
See Laurent Longre's site for creating new categories and adding arguments and
descriptions to UDF's

http://xcell05.free.fr/

Check out FUNCUSTOMIZE

MOREFUNC is also a very handy Add-in with 60+ added functions.

Make a copy of Personal.xls and save as an add-in.

You will see just the UDF name without the workbook prefix

You can also just use the UDF in your formulas without the workbook prefix.


Gord Dibben MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top