Article ID: 101580
Article Last Modified on 10/28/2003
DDB FV IPMT IRR MIRR NPER NPV PMT PPMT PV RATE SLN SYDBelow is a list of all the date functions in the MSAFINX.DLL file:
DATE DATE$ DATEADD DATECREATED DATEDIFF DATEPART DATESERIAL DATEVALUE DAVG DAYBelow is a list of the other functions in the MSAFINX.DLL:
IIF PARTITIONA "File Not Found" error occurs if you use any of the these functions in your program and then use the program on a computer that does not contain the MSAFINX.DLL file.
Sub Label1_Click ( )
Label1.Caption = IIf(Val(text1.text) > 1000, "Large", "Small")
'*** note you may want to add the Val statement for numbers
End Sub
Additional query words: 3.00
Keywords: kbprb KB101580