i have sheet with data validation(list) on it. but i cannot use the validation list after protecting sheet using VBA. below is code i used to protect sheet.
please help!.![]()
Please Login or Register to view this content.
i have sheet with data validation(list) on it. but i cannot use the validation list after protecting sheet using VBA. below is code i used to protect sheet.
please help!.![]()
Please Login or Register to view this content.
Last edited by vimal768; 12-05-2014 at 03:45 AM.
Hi there,
You don't really need to lock the cells because you're effectively protecting them by applying validation to any value which the User enters.
Just unlock the cells using the FormatCells feature and remove the following line from your code:
Hope this helps - please let me know how you get on.![]()
Please Login or Register to view this content.
Regards,
Greg M
Thanks Greg, it worked.![]()
Hi again,
Many thanks for your feedback - I'm glad that I was able to help.
Regards,
Greg M
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks