View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
sweez sweez is offline
external usenet poster
 
Posts: 2
Default Modify Function Category Names and Contents

I have several UDFs that I used Application.MacroOptions to place in a
new function category that I named. I now want to rename the category
and to take some of the UDFs that I prevously associaed with that
category out. Does nyone know how to do this? Even if I remove all
the VBA code associated with the UDF and category creation and naming
the category and associated function are still listed. I can not seem
to find a good way to munipulate the names and contents of the
categorys that I created/ named. Thanks in advance for any help.