Function in VB.NET

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Pankaj Banga

    #1

    Function in VB.NET

    Does anyone knows equivalent of excel CUMIPMT Function in VB.NET
  • Atrax

    #2
    Re: Function in VB.NET

    what does it do? you could probably write a simple equivalent





    _______________ _______________ __________
    Atrax. MVP, IIS


    newsflash : Atrax.Richedit 1.1 in beta with Mozilla-compatibility.


    *** Sent via Devdex http://www.devdex.com ***
    Don't just participate in USENET...get rewarded for it!

    Comment

    • Chris Gallucci

      #3
      Re: Function in VB.NET

      Microsoft.Visua lBasic.Financia l.IPmt(...) may due what you need.

      ChrisG


      Comment

      • Pankaj Banga

        #4
        Re: Function in VB.NET

        there is no such function available in Microsoft.Visua lBasic.Financia l
        probably they forgot to include it, all other fininancila functions available in Excel are present in the namespace except CUMIPMT


        "Chris Gallucci" wrote:
        [color=blue]
        > Microsoft.Visua lBasic.Financia l.IPmt(...) may due what you need.
        >
        > ChrisG
        >
        >
        >[/color]

        Comment

        Working...