Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have not been able to get my password protected spreadsheets to reapply the
password when I use a macro to unprotect the spreadsheet, perform a function, and then attempt to reapply the password. I can reprotect the spreadsheet, but it is without a password. Can any help me understand what I am doing wrong. I really want to reapply the password. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this
ActiveSheet.Unprotect Password:="Mypass" 'do lots of things ActiveSheet.Protect Password:="Mypass" Mike "bmorgan8h" wrote: I have not been able to get my password protected spreadsheets to reapply the password when I use a macro to unprotect the spreadsheet, perform a function, and then attempt to reapply the password. I can reprotect the spreadsheet, but it is without a password. Can any help me understand what I am doing wrong. I really want to reapply the password. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Sat, 31 Jan 2009 13:33:00 -0800, bmorgan8h
wrote: I have not been able to get my password protected spreadsheets to reapply the password when I use a macro to unprotect the spreadsheet, perform a function, and then attempt to reapply the password. I can reprotect the spreadsheet, but it is without a password. Can any help me understand what I am doing wrong. I really want to reapply the password. You have written something wrong in your code. It is easier to help if you post the few code lines of your macro where you try to protect the spreadsheet and it fails. Lars-Åke |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Passwords | Excel Discussion (Misc queries) | |||
Passwords, Macro Security and Vs2007 | Excel Discussion (Misc queries) | |||
Macro to help oepn the file without prompting fopr passwords | Excel Worksheet Functions | |||
Macro to help oepn the file without prompting fopr passwords | Excel Worksheet Functions | |||
changes and passwords | Excel Discussion (Misc queries) |