About 30,800 results
Open links in new tab
  1. vba - Lock certain cells in a range - Stack Overflow

    I'm trying to loop through a range of cells, locking any cell that has content while leaving empty cells unlocked. When I run the below code the result is the entire sheet is locked. If I add a...

  2. How to Lock the data in a cell in excel using vba

    Nov 19, 2012 · I want to stop others from editing the cell contents in my excel sheet using VBA. Is it possible to do this?

  3. excel - How to lock specific cells but allow filtering and sorting ...

    Sorting Locked Cells in Protected Worksheets The thing to understand is that the purpose of locking cells is to prevent them from being changed, and sorting permanently changes cell …

  4. Locking specific cells in excel VBA - Stack Overflow

    Oct 13, 2017 · The cells which will be locked are in yellow, if there is a date in column L The reason why locking the whole worksheet wont overcome the problem is because any …

  5. Excel - How to conditionally lock and unlock a particular cell using ...

    May 26, 2015 · Excel - How to conditionally lock and unlock a particular cell using VBA. Asked 10 years, 5 months ago Modified 10 years, 5 months ago Viewed 7k times

  6. XlsxWriter: lock only specific cells - Stack Overflow

    Nov 30, 2016 · The documentation says that you can use worksheet.protect() method - it's turn on protection for whole worksheet by default - and then you can use …

  7. Locking and protecting selected cells through an Office Script

    Nov 2, 2022 · The code is going to unprotect a document, lock a range of cells that were unlocked (determined by the power automate flow) and then re-protect the document. So far I have …

  8. How to dynamically lock and unlock a cell in Excel?

    Oct 28, 2019 · What should i do to dynamically lock/unlock my cell in excel? For example, if i create a new document, by default all cells are unlock but i entered a data on that cell it will be …

  9. excel - How to lock specific range in worksheet but don't lock …

    Aug 20, 2019 · You need the "locked" cells Locked, and the other cells unloked - then you Protect the sheet and decide how interactive the locked cells are for the users (i.e. whether or not they …

  10. Excel - Lock Range of Cells Based on Values - Stack Overflow

    Aug 10, 2012 · Is it possible to lock a particular range of cells based on the input from a dropdown in a row of data? For example, each row of my spreadsheet represents a patient, and the first …