+ Reply to Thread
Results 1 to 2 of 2

showing parameters on custom built functions

  1. #1
    Registered User
    Join Date
    05-29-2006
    Posts
    3

    showing parameters on custom built functions

    Quick question... can you write a function to show what parameters are required when the user calls the function from excel as it foes with the pre-built excel functions??

    i.e. when you type =gearingRatio in excel it comes up showing it needs the 2 following parameters...

    Function gearingRatio(longTermLiabilities, equityShareholdersFunds)
    gearingRatio = longTermLiabilities / equityShareholdersFunds
    End Function

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258
    Hello justin4480,

    It would be nice if Excel did provide the Intellisense capability for UDFs, but unfortunately it doesn't. I don't even know of any advanced methods using COM or API to provide a workaround. So to the best of my knowledge, you can't add this feature yourself.

    Sincerly,
    Leith Ross

+ 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