View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Add-in UDF to Catagory

What have you assigned to MyGroup variable?

--

HTH

RP
(remove nothere from the email address if mailing direct)


"C. Roenbaugh" wrote in message
oups.com...
I am trying to add a group of custom functions to a custom catagory.
Currently I am using:

Private Sub Workbook_Open()
Application.MacroOptions Macro:="Myfunction", _
Category:=Mygroup


End Sub

It's not working, and I am geting a 1004 runtime error.

Any help would be appreciated.

Thanks

Chris Roenbaugh