Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I wrote a macro that opens a worksheet that is password
protected. Is there a way that I could I have the macro input the password by itself at the time the worksheet beeing called needs it? ( I mean without my intervention). I would probably have to password-protect the macro itself so that nobody would be able to see it in the code. If this all possible, I would gratefully appreciate an example. Thanxx |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() "Victor H" schrieb im Newsbeitrag ... I wrote a macro that opens a worksheet that is password protected. Is there a way that I could I have the macro input the password by itself at the time the worksheet beeing called needs it? ( I mean without my intervention). I would probably have to password-protect the macro itself so that nobody would be able to see it in the code. If this all possible, I would gratefully appreciate an example. Thanxx Hi Victor, your macro probably opens a workbook instead of a worksheet. The workbooks.open method has a parameter "password" which is applied when opening the workbook. cheers, Stephan |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to retrive password protected worksheet but forgot password? | Excel Worksheet Functions | |||
how to automate opening a password protected excel file? e.g. a .xls that has a password set in the security tab. | Excel Worksheet Functions | |||
bypass password when update linking of password protected file | Excel Discussion (Misc queries) | |||
Excel password but cant hide the sheets before entering password | Excel Programming | |||
VBa, Password protected sheet fails to get unprotected with the same password | Excel Programming |