View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Remove password at the time of opening the workbook

Save the workbook without a password. You should be able to do this by
doing Save Copy As and give it a new name. Don't specify a password.

--
Regards,
Tom Ogilvy


"Sudarshan Shirbahadurkar" <Sudarshan
wrote in message
...
Hi,

I have one excel file, which prompts the input box for password to open

the workbook. I know the password but wanted to disable this feature. How to
do this.
I don't want to prompt any message to user while opening the excel file.

Thanks in Advance