I want to let user sort data on the sheet + let user select cells (to copy them to clipboard) + keep them uneditable.
The issue here is that sorting requires adding a range with locked cells (Allow Users to Edit Ranges) and then u just Protect sheet with AllowSorting:=True, AllowFiltering:=True.
Now sorting works, cells un-editable but you can't select them to copy. If I make cells selectable than user is able to change values... that I dont want.
Any suggestions?
Thank you!!