locked cells

  1. D

    Absolute values and locked cells

    I am trying to drag a formula across many columns, while maintaining the first two cells. However, I am having a problem locking the first two cells because once I select the range, it automatically adds the brackets for a Table, and I don’t know how to add a locked $ to that ($C$2:$C$100...
  2. H

    Allow for partial deletion of row in protected sheet

    I have a workbook with multiple sheets that I need to be able to share with someone who will take over doing the results, but I am faced with a dilemma and hope there is a solution. So each sheet has 27 columns of data which are able to be edited and there are new selections added daily. The 25...
  3. S

    userInterfaceOnly leaves cells unlocked

    Hi, I'm trying to leave certain cells/functions open for user input, but keep running into a problem I can't figure out. I've been through endless forum threads, but none has been able to help me so far... I have a workbook with 4 sheets, two of which are VeryHidden and not relevant. The third...
  4. A

    Protect Sheet Using VBA

    Hello, I have a sheet that automatically updates based on information entered by the user. I need certain cells to be protected, and others not to be. I've tried the following script: sh2.Range("B2:D2").Locked = False sh2.Range("C4:D4").Locked = False sh2.Range("C5:D5").Locked = False...
  5. X

    How to Prevent the Deletion of Hidden Cells after Enabling Sort Functions

    Hello, I have followed the process of locking my worksheet then enabling the relevant columns to Sort using the 'Allow Edit Ranges' function. I unchecked the 'Select Locked Cells' option when protecting the worksheet so nobody can select the cells and edit them. However when I hide the...
  6. K

    Form control drop down box & protection

    We are currently using Excel 2007, The spreadsheet has a lot of different calculators involved and would like to protect the sheet and have only certain cells accessible. I created a form control drop down box that lists about 30 different vendors, the users would click on the drop down to...
  7. N

    Sort and Filter on Locked Cells

    Hi, I have a worksheet that I would like users to be able to sort and filter the contents of, but half of the columns are formulas that I would like to keep locked and half are open for editing. When I have the cells with formula 'locked' (via formatting the cells) the sort function doesnt...
  8. K

    Unlock Locked Cell based on another Cell Value

    I have a spread sheet that is Locked/Protected. I want to be able to unlock cell D10 based on the Value of cell C10. so if cell C10 ="Other" I want cell D10 to unlock. else then Cell D10 to remain Lock. thank You in advance
  9. C

    VBA lock/unlock cells based on if statements

    Hello, I have been lurking here for a long time and have learned much from all of you. Thank you!!! I have something that I haven't been able to find an answer to, so I'm hoping one of you can help. I have an estimate sheet where the mark up % fields ("G21,G26,H21,H26") are locked unless...
  10. K

    Paste Special to copy Cell Protection status from one sheet/range/cell to another?

    Hello, I have a template worksheet in which most cells are marked as "Locked" for protection (under format) while specific cells are left unlocked. Now I want to copy this specific arrangement of locked/unlocked cells (not the cell contents, just the protection status) onto many other sheets...
  11. M

    Locking Format for Certain Cells

    I have a spreadsheet that I pass around for others to fill out but they keep changing the format of certain cells from General to Text and it messes up some of my formulas. Is there anyway to lock these cells so that they stay General format and cannot be changed?
  12. O

    Locked cells are still editable even though not in "Allow user to edit ranges"-range.

    Hi, I have a very weird issue that I have never encountered before. I am trying to protect my worksheet by only allowing certain ranges to be editable. When I protect the sheet it indeed locks (almost) everything but there are a few ranges that are still accessible, which would be catastrophic...
  13. S

    Help with locking an entire column

    HI EVERYONE I have the following code: Sub TextBox3_Click() Range("E3").EntireRow.Insert Shift:=xlDown Range("E3") = Range("E4") + 1 End Sub which is a macro so when a user clicks on this text box the macro is made to, insert an entire new row also whilst this occurs, as you can...
  14. J

    Locked cell behavior

    Is there any way to completely lock out a cell from a user deleting the formula/information contained in it? Even with the cells being locked and hidden on a protected sheet, all a user has to do is click on an unlocked cell and drag their selection into the locked cells. If they hit delete, all...
  15. andrewb90

    Cells getting locked when running VBA

    Hello all, I have this code that I am using: Sub completed() ActiveSheet.Unprotect "majinbuu" Range("E11").Select ActiveCell.Value = Range("A9") & " " & Range("E43") & " " & Date & " " & Time Range("E13:E41").Select Selection.Locked = True Selection.FormulaHidden =...
  16. D

    Creating Image that is Unlocked in a Protected Sheet

    Hi All, I have a macro in a protected sheet that pastes an image into it. I want that image to be unlocked so it can be selected and copied. I know you can right-click and unlock the image after it has been created, but this cannot be done when the sheet is locked. My code is below and the...
  17. C

    Turning AutoFilter on and off in protected sheet

    I have protected a worksheet and enabled the auto filter, however while the sheet is protected I want to allow users to turn the filter on and off. Is there a way to allow this? Thanks,
  18. S

    Protected sheet and clear macro NOT working

    I set up a worksheet for other users to calculate the tax consequences of different divorce settlements. The users enter the cells bordered in black. The cells bordered in blue return results and are the cells I want to lock (and to do this I need to protect sheet.) I want the users to be able...
  19. K

    VBA Locked Rows conditional on cell's left characters

    After reviewing and experimenting with a few different suggested codes, I decided to post a thread to ask for help in cleaning up and solving my problem. I'm trying to lock the rows to the right of a target cell. The list is a reoccurring list of exact days and dates, followed by a weekly...
  20. R

    In Excel VBA , is there a way to select specif locked cells, while leaving other locked cells 'unselectable'

    Hello Excel Experts, I have an excel sheet, which is protected. I would like to give the user the ability to select specific locked cells within a sheet while at the same time not allowing them to select other locked cells within the same sheet. Basically i have a small, cell-based calendar...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top