C
C. Roenbaugh
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
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