+ Reply to Thread
Results 1 to 2 of 2

Locking cells only for certain users

  1. #1

    Locking cells only for certain users

    Is it possible to lock up certain cells in a spreadsheet to certain
    users if the workbook is saves on a network? For example, Jim has
    access to make changes to column D while Bill has access to make
    changes to column G?


  2. #2
    Valued Forum Contributor tony h's Avatar
    Join Date
    03-14-2005
    Location
    England: London and Lincolnshire
    Posts
    1,187
    you can use an event like the workbook.open to execute some code that changes the protection on the cells dependant upon the user. The user can be determined using the environ("username") function.


    you also need to protect the VBA

    hope this helps

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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