Hi,
I'm still fairly new to vb so I'm a bit of a noob!


I'm making a something that will display the number of months,weeks and remainding days if a user inputs a certain amount of days.
e.g. user input: 45 Days

Displays: 1 Month, 2 weeks, 1 day.

I am using MOD for this but i'm a bit stuck for what code.
So far:

input MOD 7 = lbldays

And yeah. SO how do i get it to display x no. of week once it gets to 7 days.
I have the days going fine... I think. Because every 7 clicks of a scroll bar it resets.
Thanks