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?
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?
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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks