i am very new to VBA and currently working on a macro buy got stuck with some issue .
My macro details are as below
Under macro i have create a form by which an worker would enter his
daily production unit and this data would be save in another excel
file named database. I am done with saving the data to that excel file
but stuck on some validation.
Please help me on these validation.
Date Validation
1. Under date text box - date format (mm/dd/yyyy) can be enter only
and does not allow to enter future date.
2. On submit click , it validate that unique record saved in database
file on the basis of Name and date.
3. On submit button , none of text box value remain blank, if so then
give error.
4. I want save data month wise, means whenever new month start it
automatically save data on new tab (worksheet) and name that tab with
name.
Please help me with this, i have attached the my macro file.
Bookmarks