Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i wrote a macro that prompts the user to save the workbook. Now the saved
workbook has a password. I did not set one. Here's my code. Does anyone have an idea what the password might be? Thanks! Sub PromptSaveAS() Application.Dialogs(xlDialogSaveAs).Show "Rename ME", True, False, False 'document_text , type_num, prot_pwd, backup, write_res_pwd, read_only_rec End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can u tell me where are excel sheet password saved | Excel Discussion (Misc queries) | |||
Help! Forgot the password the file was saved under! | Excel Worksheet Functions | |||
Password Protect When Saved | Excel Discussion (Misc queries) | |||
How can I see a copy of a saved workbook before I saved it again? | Excel Worksheet Functions | |||
Password / Spreadsheet saved as HTML | Excel Programming |