+ Reply to Thread
Results 1 to 6 of 6

probelm when apply locked for cells in protection option and lock scroll

  1. #1
    Forum Contributor
    Join Date
    11-28-2013
    Location
    Ljubljana
    MS-Off Ver
    Office 365
    Posts
    1,054

    probelm when apply locked for cells in protection option and lock scroll

    Hello Everyone
    I have worksheet formula in the following cells B7,B9, D9, B11, D11 and range B15:B10014 and C15:C10014
    the problem now when I make lock for these cells and protect sheet with password, the macro which populate data in A15:A10014 not working and give me the following error
    HTML Code: 
    also I prevent scroll from properties of sheet but when I close workbook and reopen again, its allow for scroll normal

    how can i solve this issue

    the macro code that populate data is
    Please Login or Register  to view this content.
    Last edited by mazan2010; 07-27-2020 at 02:00 PM.

  2. #2
    Forum Contributor
    Join Date
    11-28-2013
    Location
    Ljubljana
    MS-Off Ver
    Office 365
    Posts
    1,054

    Re: probelm when apply locked for cells in protection option and lock scroll

    to share information with forum community
    i find solution for these error
    add the following line to my code that will unprotect worksheet first and at the end of code protect sheet again
    ActiveSheet.Unprotect Password:="123456"
    ActiveSheet.protect Password:="123456"
    so my code will be like the following
    Please Login or Register  to view this content.
    other thank scroll probelm , when find solution will share it here also

  3. #3
    Registered User
    Join Date
    07-26-2020
    Location
    Israel
    MS-Off Ver
    365
    Posts
    16

    Re: probelm when apply locked for cells in protection option and lock scroll

    Hi Mazan,

    for worksheet protection you can add the following to the ThisWorkbook portion

    Please Login or Register  to view this content.
    This will eliminate the need to unprotect and protect every time your code runs.

    As for the scroll problem, how are you preventing scrolling?

  4. #4
    Forum Contributor
    Join Date
    11-28-2013
    Location
    Ljubljana
    MS-Off Ver
    Office 365
    Posts
    1,054

    Re: probelm when apply locked for cells in protection option and lock scroll

    Thank you Robin8114 for your code
    for scroll
    I want to prevent scroll for sheet name (MyList)
    only can scroll column A:E in range from A1:E10014
    other than can't scroll

  5. #5
    Registered User
    Join Date
    07-26-2020
    Location
    Israel
    MS-Off Ver
    365
    Posts
    16

    Re: probelm when apply locked for cells in protection option and lock scroll

    So I did something like this:

    in ThisWorbook module have this code

    Please Login or Register  to view this content.
    that way every time workbook is opened the scrollarea is set

  6. #6
    Forum Contributor
    Join Date
    11-28-2013
    Location
    Ljubljana
    MS-Off Ver
    Office 365
    Posts
    1,054

    Re: probelm when apply locked for cells in protection option and lock scroll

    thank you so much robin8114
    Also, I made another idea want to share with community here
    I hide this range I didn't want from my sheet, shows only will be visible what I want

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 2
    Last Post: 01-13-2014, 12:06 AM
  2. Password Protection - Locked cells
    By faisal.ta in forum Excel General
    Replies: 1
    Last Post: 08-01-2012, 10:06 AM
  3. Replies: 2
    Last Post: 02-22-2012, 10:10 AM
  4. Copying locked cells and retaining the lock
    By VAKaren in forum Excel General
    Replies: 1
    Last Post: 02-21-2012, 10:38 AM
  5. Over protection! Locked cells
    By oo0tommyk0oo in forum Excel General
    Replies: 0
    Last Post: 04-21-2011, 05:30 PM
  6. Protection and Locked Cells
    By tdempsey in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 04-06-2009, 09:33 AM
  7. Where is the scroll lock option?
    By RustyO in forum Excel General
    Replies: 1
    Last Post: 02-18-2005, 01:34 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1