Hi,
I have a spreadsheet in Excel 2000. I want to allow the users to access the spreadsheet to use autofilter & view records, but if the user tried to make any changes to the data, they are blocked from doing so and told to use the userform instead. This is to control the quality of data input as the userform has validation etc.
My original plan was simply to lock & protect the spreadsheet in normal excel view, then use VBA to unlock the spreadsheet when the userform is opened, locking it again on exit.
This doesn't work for me because when the spreadsheet is protected, autofilter does not work.
Does anybody have any suggestions?
Thanks
Ade
I have a spreadsheet in Excel 2000. I want to allow the users to access the spreadsheet to use autofilter & view records, but if the user tried to make any changes to the data, they are blocked from doing so and told to use the userform instead. This is to control the quality of data input as the userform has validation etc.
My original plan was simply to lock & protect the spreadsheet in normal excel view, then use VBA to unlock the spreadsheet when the userform is opened, locking it again on exit.
This doesn't work for me because when the spreadsheet is protected, autofilter does not work.
Does anybody have any suggestions?
Thanks
Ade