Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My excel app opens a password protected excel template (thus opening
an excel workbook based on the template). It then populates the workbook with some data and presents it to the user. I would then like to remove the password on the workbook, so that if the user wishes to save, he will not have to click Save As, Options and set Password To Open to blank. The problem is that sometimes the user forgets to remove the password, and I then have to open the workbook using the password and resave it for him. I know that one can SaveAs without the password, however this is not the ideal solution since the user may wish to view the data before he decides whether or not to save. Is there a way of setting the workbook password to blank without prompting the user to save? Regards, Saul |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It sounds as if you have macros running. If so, you might consider adding
to them to create a new workbook by copying the sheet(s) in your template workbook to a new workbook. And then close the template so the user is left with an unsaved new workbook that will not be password protected. -- Jim Rech Excel MVP |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
remove password on VBA code | Excel Discussion (Misc queries) | |||
Remove Password | Excel Worksheet Functions | |||
how do i remove password from xls vba macro? | New Users to Excel | |||
how to remove a password from a cell | Excel Discussion (Misc queries) | |||
Remove a password | Excel Worksheet Functions |