Hello nsmith10 ,
The attached workbook is an upgraded version of the one you posted. You didn't provide much detail about how you want this work, so I made changes based on my experience.
There are 2 drop down lists on the "Enter Invoice" sheet for the AFE number and the company name. These lists are now dynamic named ranges. Any additions or deletions will show up immediately in the drop downs.
The Invoice Date defaults to today if the cell is blank when selected. The user change the date if they desire to. The "Enter Invoice" worksheet is protected without a password. This prevents the user from clicking anywhere except the in the input areas. You can add a password later if you like.
The button will copy the information entered by the user into the next empty row on the worksheet whose name matches the "AFE" entry. Any new worksheets will have to added manually and the lists updated accordingly. This process can be made automated later on, if that is a feature you would like to have added.
Enter Invoice Macro Code
Enter Invoice Worksheet Selection Change Event Code
Bookmarks