Mattheq,
Whew! I've been digging through your first file, and VBA is like a whole other world! I think I'm starting to see how it all ties together, and what makes everything work. I'm starting to try and adapt it to my own spreadsheet, so here's hoping. In the meantime, I have a couple other hypotheticals for you (if you don't mind).
- On your spreadsheet, I can still delete the entire worksheet. Is there any way to disable this function in VBA?
- I'd like to create a drop down menu on the Data Entry form with a list of entry/exit points. I could do this in Excel with Data Validation List and I would assume there is something similar with VB, just not sure where to start looking. Suggestions?
- This one is more tricky to explain. Think of the Data Entry form as a 'ticket' to track a piece of property, it has a control number, basic info (name, company, etc.), date and time. Below that would be a button, "add property". Clicking on it would open four windows to the right for color, make, model, and serial number. Ideally, I'd like to have 3-5 of these on the Data Entry form. I'd like to use VB to assign each property entry a seperate Control Number, but list the same basic info and date/time. Once the user clicks "ok" it would enter the data in subsequent lines of the spreadsheet. Any suggestions or ideas you might have are appreciated.
That's more or less everything for right now. As always, my goal is to figure it out for myself as much as possible (I'll have to maintain it after all!), mostly I just need someone to point me in the right direction. I hope you don't mind my constant questions, I've never done anything with VB, so having a guide is a real life saver!!
Best Regards,
Dave