View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Jim May Jim May is offline
external usenet poster
 
Posts: 477
Default How can I open a protected 2003 spreadsheet with Office 2007

Sub ToUnprotectWB()
'
ActiveWorkbook.Unprotect Password:="password" ' if pw has been assigned
End Sub

"Mehdi" wrote:

I have just had Microsoft Office 2007 edition installed and dont know how to
unprotect my 2003 Excel workbook. Any ideas?