I have this excel sheets + a vba part with 3 forms that interacts with the sheets (read/write data, xml export, etc).
I have some data verification in my forms' code, so I would like to be able to modify values in the sheet only through the forms, not through direct "on-the-sheet" editing Is that possible?
When I lock the cells I want to protect, the forms cant modify the cells anymore either... in other words, is there a way to prevent editing, except through the macros/forms?
I am using excel2007 and might have to make it compatible for excel2003.
All help appreciated! :)