Link to home
Start Free TrialLog in
Avatar of Ikramfies
Ikramfies

asked on

How can I add Days360 function to VB 6?

I got a function In Excel named Days360. I same function I need to apply in VB 6 also.
Any body can replay how can I apply.
ASKER CERTIFIED SOLUTION
Avatar of Dirk Haest
Dirk Haest
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
you should use DateDiff function
 
Usage> Datediff(interval,date1,date2)
Example> DateDiff("d", #1/1/2001#, Now)
For more info visit> http://www.vb6.us/tutorials/learn-howto-use-visual-basic-datediff-function