I want to allow users to sort a protected worksheet. Apparently, this is not possible without unprotecting. This is the workaround I think about :
In other words, VBA should not wait until something happens (filling of a cell,...), just re-protect when 15 seconds are over
How can I do this ?
- user launches macro (button, shortcut,...) that unprotects for, say 15 seconds.
- user can now sort
- vba reprotrects after the 15 seconds
In other words, VBA should not wait until something happens (filling of a cell,...), just re-protect when 15 seconds are over
How can I do this ?