VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Simpler way to display all dates between two dates than Anaru Hartley submitted earlier.

by Michael Earl (1 Submission)
Category: Databases/Data Access/DAO/ADO
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Fri 16th April 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Simpler way to display all dates between two dates than Anaru Hartley submitted earlier.

Rate Simpler way to display all dates between two dates than Anaru Hartley submitted earlier.



ByRef ListBox As ListBox)
    Do Until LowerDate > UpperDate
        ListBox.AddItem LowerDate
        LowerDate = LowerDate + 1
    Loop
End Sub

Download this snippet    Add to My Saved Code

Simpler way to display all dates between two dates than Anaru Hartley submitted earlier. Comments

No comments have been posted about Simpler way to display all dates between two dates than Anaru Hartley submitted earlier.. Why not be the first to post a comment about Simpler way to display all dates between two dates than Anaru Hartley submitted earlier..

Post your comment

Subject:
Message:
0/1000 characters