Hi all!
Please help!
I have a page im using for data entry. I have the one data entry form feed into 5 different sections (days) based on what date is input above the form.
The code i have below clears the form cell range when i change the date, therefore giving me a fresh form for the next day for data entry. I have 17 of these forms going down the page (1 for each category of card) and need these to work as individual forms. (Hope this makes sense)
It works when i have the one worksheet_change event but that only allows one form to work the way i want. I now need 16 more forms to work like the first one. I am to understand that you cant have multiple worksheet_change events (Like ive done below).
Is there anyway to amalgamate the below codes into one? Im still new to VBA and have been teaching myself off these forums the best i can.
Thanks in advance! (My apologies for the long code)
Bookmarks