Re: Looking for some logic help with dates and working outs.



I would probably just use an Array of Dates and VB's Date functions to
manage the changes. Then all you would have to do is use DateAdd() to
manage
the changes.

-ralph

I've thought about that, as there are alot of code snippets around the web,
showing how to work out if a leap year and such, but I really, really don't
want to be re-arranging and completly changing my code...

I would like to keep the exsist structure, and work from that.

Regards


.