I want to restrict the users to edit range in Ms Excel sheet.
Scenario:
| A | B | C | D | E | F | G | H | I | J | ... IV
-------------------------------------------
1 | | | | | | | | | | |
-------------------------------------------
2 | | | | | | | | | | |
-------------------------------------------
3 | | | | | | | | | | |
-------------------------------------------
4 | | | | | | | | | | |
-------------------------------------------
...
65536
In the above spreadsheet user should have access to edit the range Column A to Column H. Column I to IV users should not allow to edit any text or anything. No restriction on number of rows.
Thanks 🙂
To do this programatically, try this in a module (and adapt it to suit your needs):