+ Reply to Thread
Results 1 to 2 of 2

How to create a New system function

  1. #1
    NYExcel
    Guest

    How to create a New system function

    How can I setup an function which I can view and use when I click insert
    function or as a system?
    e.g.
    Public Function NewNumber(IDRange As Range)
    NewNumber = IDRange.Cells(1, 1).Value + 1
    End Function
    I want the function NewNumber can be as part the list functions when click
    insert function (fx)


  2. #2
    Bob Phillips
    Guest

    Re: How to create a New system function

    It will be, in the User Defined category.

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "NYExcel" <[email protected]> wrote in message
    news:[email protected]...
    > How can I setup an function which I can view and use when I click "insert
    > function" or as a system?
    > e.g.
    > Public Function NewNumber(IDRange As Range)
    > NewNumber = IDRange.Cells(1, 1).Value + 1
    > End Function
    > I want the function NewNumber can be as part the list functions when click
    > "insert function" ("fx")
    >




+ 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