Hello all,
I prepared userform to create requests.
Request Nr. and Request Create Date comes automatically.
I have to select Controlled, Modified and Released dates from calendar (Date Picker).
I have some bugs in my file
1) Calendar always opens the date that i created the file.
2) I set limits between the dates but it doesn't work properly. I think it is because of date format.
Ex.
Created Date:08/07/2015
Controlled date: Can be 08/07/2015 or future
but i can select 09/06/2015 from the pop up calendar, the code only checks if the day is smaller or bigger than the created date, i want from it to compare day month and year together
3) I don't want users to enter dates manually and copy paste into textbox areas. I can prevent manual entering always but sometimes user can copy paste sometimes can not.
I prepared userform to create requests.
Request Nr. and Request Create Date comes automatically.
I have to select Controlled, Modified and Released dates from calendar (Date Picker).
I have some bugs in my file
1) Calendar always opens the date that i created the file.
2) I set limits between the dates but it doesn't work properly. I think it is because of date format.
Ex.
Created Date:08/07/2015
Controlled date: Can be 08/07/2015 or future
but i can select 09/06/2015 from the pop up calendar, the code only checks if the day is smaller or bigger than the created date, i want from it to compare day month and year together
3) I don't want users to enter dates manually and copy paste into textbox areas. I can prevent manual entering always but sometimes user can copy paste sometimes can not.