Hi all,
I'me entering a date and want to find the period from a set of data. Can anyone help?
ColA (period number) Col B (from date) Col C (to date)
Period 1; 3/12/10; 31/12/10
Period 2; 3/1/11; 28/1/11
Period 3; 3/2/11; 28/2/11
So I want to put some code into my userform VBA that takes the date and find the period to then add to my worksheet.
i.e. date = 5/12/10, Period = 1
Any help gratefully received...
Thanks
Paul
I'me entering a date and want to find the period from a set of data. Can anyone help?
ColA (period number) Col B (from date) Col C (to date)
Period 1; 3/12/10; 31/12/10
Period 2; 3/1/11; 28/1/11
Period 3; 3/2/11; 28/2/11
So I want to put some code into my userform VBA that takes the date and find the period to then add to my worksheet.
i.e. date = 5/12/10, Period = 1
Any help gratefully received...
Thanks
Paul