+ Reply to Thread
Results 1 to 3 of 3

Add-in UDF to Catagory

  1. #1
    C. Roenbaugh
    Guest

    Add-in UDF to Catagory

    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


  2. #2
    Bob Phillips
    Guest

    Re: 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" <[email protected]> wrote in message
    news:[email protected]...
    > 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
    >




  3. #3
    C. Roenbaugh
    Guest

    Re: Add-in UDF to Catagory

    Fixed the problem with FUNCUSTOMIZE.DLL from http://xcell05.free.fr/

    Thanks

    CR


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1