Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to password protect a macro so that no one is able to go into
your macro and modify it without a password? Thank you, Ryan Hess |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yes, it is possible, but VBA passwords can be cracked using
software readily available on the net. To protect a project, open the VBA Editor, go to the Tools menu, choose VBA Project Properties, then the Protection tab. There, check the "Lock Project For Viewing" option and supply a password. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "ryanmhess" wrote in message ... Is it possible to password protect a macro so that no one is able to go into your macro and modify it without a password? Thank you, Ryan Hess |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you very much Chip.
Ryan Hess "Chip Pearson" wrote: Yes, it is possible, but VBA passwords can be cracked using software readily available on the net. To protect a project, open the VBA Editor, go to the Tools menu, choose VBA Project Properties, then the Protection tab. There, check the "Lock Project For Viewing" option and supply a password. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "ryanmhess" wrote in message ... Is it possible to password protect a macro so that no one is able to go into your macro and modify it without a password? Thank you, Ryan Hess |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Are there any other options? I want to distribute spreadsheets with a Visual
Basic macro but deny the user access to the macro. "Chip Pearson" wrote: Yes, it is possible, but VBA passwords can be cracked using software readily available on the net. To protect a project, open the VBA Editor, go to the Tools menu, choose VBA Project Properties, then the Protection tab. There, check the "Lock Project For Viewing" option and supply a password. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "ryanmhess" wrote in message ... Is it possible to password protect a macro so that no one is able to go into your macro and modify it without a password? Thank you, Ryan Hess |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Add protect worksheet password in macro | Excel Worksheet Functions | |||
Macro to protect/unprotect with password | Excel Programming | |||
Can I password protect VBA modules using a macro? | Excel Programming | |||
Password protect macro | Excel Programming | |||
Request password during Protect macro | Excel Programming |