Skip to main content

How to quickly delete all contents of unlocked / unprotected cells in Excel?

If you have a worksheet which contains a part of unlocked cells, and now, you would like to delete all the unlocked cell contents at once. Do you have any solutions to deal with this task?

Delete all contents of unlocked cells with Find and Replace function

Delete all contents of unlocked cells with VBA code

Delete all contents of unlocked cells with Kutools for Excel


arrow blue right bubble Delete all contents of unlocked cells with Find and Replace function

To clear all of the values of unprotected cells, you can use the Find and Replace feature to select the unlocked cells first, and then delete them immediately.

1. Open your worksheet that you want to delete the unlocked cells, and click Home > Find & Select > Find or press shortcuts - Ctrl + F keys to open the Find and Replace dialog, see screenshot:

doc-delete-unlocked-cells-1

2. In the Find and Replace dialog box, click Options button to expand the dialog, see screenshot:

doc-delete-unlocked-cells-1

3. Then click Format button, and a Find Format dialog box will pop out, then under Protection tab, uncheck Locked and Hidden boxes, see screenshot:

doc-delete-unlocked-cells-1

4. Click OK to return to the Find and Replace dialog box, then click Find All button, all the unprotected cells are displayed in the below list box, and then press Ctrl + A to select all of them, see screenshot:

doc-delete-unlocked-cells-1

5. And then close this Find and Replace dialog, all the unlocked cells have been selected in the current worksheet, see screenshot:

doc-delete-unlocked-cells-1

6. Then you just need to press Delete key on the keyboard, and the selected unlocked cell contents will removed at once.


arrow blue right bubble Delete all contents of unlocked cells with VBA code

The following VBA code also can help you to clear the contents of the unlocked cells, please do as this:

1. Hold down the ALT + F11 keys to open the Microsoft Visual Basic for Applications window.

2. Click Insert > Module, and paste the following code in the Module Window.

VBA code: Delete all contents of unlocked cells

Sub ClearUnlockedCells()
'Updateby20140724
Dim Rng As Range
Dim WorkRng As Range
On Error Resume Next
xTitleId = "KutoolsforExcel"
Set WorkRng = Application.Selection
Set WorkRng = Application.InputBox("Range", xTitleId, WorkRng.Address, Type:=8)
Application.ScreenUpdating = False
For Each Rng In WorkRng
    If Rng.Locked = False Then Rng.ClearContents
Next
Application.ScreenUpdating = True
End Sub

3. Then press F5 key to run this code, and specify a range that you want to remove the contents of the unlocked cells in the popped out box, see screenshot:

doc-delete-unlocked-cells-1

4. Click OK, and the contents in unlocked range cells have been cleared.


arrow blue right bubble Delete all contents of unlocked cells with Kutools for Excel

If you have installed Kutools for Excel, its Select Unlocked Cells feature can help you to select the unprotected cells first, and then you can delete them at once.

Kutools for Excel includes more than 300 handy Excel tools. Free to try with no limitation in 30 days. Get it Now

After installing Kutools for Excel, please do as following steps:

1. Select the data range that you want to clear the unlocked cell contents.

2. Click Kutools > Select Tools > Select Unlocked Cells, see screenshot:

doc-delete-unlocked-cells-1

3. And all the unlocked cells have been selected in your selection.

doc-delete-unlocked-cells-1

4. Press Delete key on keyboard to delete the selected cell contents immediately.

If you want to know more about this feature, please click Select Unlocked Cells.


Related article:

How to select all unlocked cells in Excel?

Best Office Productivity Tools

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions…
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more

Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time.  Click Here to Get The Feature You Need The Most...

Description


Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier

  • Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
  • Open and create multiple documents in new tabs of the same window, rather than in new windows.
  • Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
Comments (0)
No ratings yet. Be the first to rate!
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
Rate this post:
0   Characters
Suggested Locations