J jjuan Apr 18, 2007 #1 I forgot the password of my word document, so i cannot unprotect to edit it. Anybody have a macro that Unproctect Document?
I forgot the password of my word document, so i cannot unprotect to edit it. Anybody have a macro that Unproctect Document?
G Guest Apr 18, 2007 #2 Hello jjuan, Try: Sub Test() If ActiveDocument.ProtectionType <> wdNoProtection Then ActiveDocument.Unprotect End If End Sub Hope it helps,
Hello jjuan, Try: Sub Test() If ActiveDocument.ProtectionType <> wdNoProtection Then ActiveDocument.Unprotect End If End Sub Hope it helps,
T Terry Farrell Apr 18, 2007 #3 If it is only Protected, then open a blank document and use Insert, File. That will open the protected document into the new blank without protection.
If it is only Protected, then open a blank document and use Insert, File. That will open the protected document into the new blank without protection.
G Guest Apr 18, 2007 #4 hi, I've tryed your code on OTD file protected, but It can't access to the storage macro. Have you any solution for open an OTD protected file? thank u!
hi, I've tryed your code on OTD file protected, but It can't access to the storage macro. Have you any solution for open an OTD protected file? thank u!