A Anjeet Sitoula New Member Apr 14, 2013 #1 I have an excel file where different users have to update the data in daily basic. I would like to know how can we protect the specific rows and column for specific users in the local area network.
I have an excel file where different users have to update the data in daily basic. I would like to know how can we protect the specific rows and column for specific users in the local area network.
D DaveTurton New Member Apr 15, 2013 #2 If you know the users' usernames you can use Code: application.username to return the current user's username So [pre]If Application.Username = (desired username) Then 'do something [/pre]
If you know the users' usernames you can use Code: application.username to return the current user's username So [pre]If Application.Username = (desired username) Then 'do something [/pre]