Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have pretty complicated processes in Excel that I need other users to carry
out on files that I have password protect on (and need password protect on). I have developed a macro to carry out the first of those processes, but find that instead of accepting the password as part of the macro, a dialogue box comes up for the password. At the end of the macro when the protection is to go back on, it does not allow for the entry of a password at all- the end result is the password is removed from the protection after the macro has run. I have the macro on a separate file which only limited people will have access to, so I can automate the password and not reduce the security. Ideally I want the macro to accept the password as part of the actual macro and not display a dialogue box (as the next macro I need to make will need to remove several passwords and that could be a pain) and also of course put it back on with a password at the end. Has anyone come across this and has a solution in editing the macro, or is there another way to protect with password that I don't know about? I can't give "permissions" due to the large number of people that will be editing portions of these files. |