Hi,
I currently have an array which is added to a listbox. What I want to change it to is so it only adds it to the listbox on certain intervals of days (in the array, there is how many days that interval is for each item in days, but I can change that if needed), or even better within a range of a few days.
I thought I may be able to use DateDiff() for this, but I'm unsure now.
The problem is, the programme will be opened and exited all the time, so the method needs to have some kind of starting date so it doesn't keep restarting the count towards the interval.
Thanks for your help,
Nicko.