Only allow users on my network domain to open an Excel workbook -


Instead of distributing passwords to employees, I would like to preserve an Excel workbook so that only the user can open the workbook on the company's domain Is there a practical way to do this?

Workbook should be encrypted, but transparently decrypted for users who are logged into the company's domain. In this way, a file that passes through the internal network will not be opened.

I can not see the password to encrypt the user without typing a password One way to decrypt anyway, you can use AcitveDirectory to set the authorization for the user to be able to change a protected range.

Regards, Max


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -