Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am trying to add my UDF's to their own categoryin the Insert Function Dropdown list. To do this I am trying to use the MacroOptions method: Application.MacroOptions "myFunction", Description:="This is a test", Category:="TestGroup" However I am getting the following error: "Method 'MacroOptions' of object' _Application' failed" The MacroOptions method works if I just change the descripion so it is the Category part that is causing the problem. I understand that is the category does not exist then a new one will be automatically created so to see if this is where the problem lies I have tried to add the function to an existing category and I still get the error. Any ideas would be much appreciated! Thanks DN |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() See this post from last year for some ideas... http://tinyurl.com/ywx2tl -- Jim Cone San Francisco, USA http://www.realezsites.com/bus/primitivesoftware (Excel Add-ins / Excel Programming) "Dave N" wrote in message Hi, I am trying to add my UDF's to their own categoryin the Insert Function Dropdown list. To do this I am trying to use the MacroOptions method: Application.MacroOptions "myFunction", Description:="This is a test", Category:="TestGroup" However I am getting the following error: "Method 'MacroOptions' of object' _Application' failed" The MacroOptions method works if I just change the descripion so it is the Category part that is causing the problem. I understand that is the category does not exist then a new one will be automatically created so to see if this is where the problem lies I have tried to add the function to an existing category and I still get the error. Any ideas would be much appreciated! Thanks DN |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() These two MS articles should also help... http://support.microsoft.com/kb/q137526/ http://support.microsoft.com/kb/q213813/ Jim Cone "Jim Cone" wrote in message See this post from last year for some ideas... http://tinyurl.com/ywx2tl -- Jim Cone San Francisco, USA http://www.realezsites.com/bus/primitivesoftware (Excel Add-ins / Excel Programming) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
A SUB CATEGORY USING DATA VALIDATION? ALRDY USNG DV FOR CATEGORY | Excel Discussion (Misc queries) | |||
SaveAs method error | Excel Discussion (Misc queries) | |||
Error when use find method in vb6 | Excel Programming | |||
Add a category to the Insert-Function category list | Excel Programming | |||
Category Names runtime error 1004 | Excel Programming |