Open A Password Protect Excel File with 3 Methods (No Software & 100% Free)

Поделиться
HTML-код
  • Опубликовано: 28 май 2024
  • If you have a protected Excel document you can very easily access that file without knowing the password. More text tutorial: bit.ly/3GI0oy4
    Timestamps:
    0:00 Intro
    1:20 Method 1. Unlock Password Protected Excel with Password
    3:42 Method 2. Unprotect Excel Spreadsheet with VBA Code
    5:14 Method 3. Open Password Protected Excel by Modifying the File Extension
    Unlock the secrets of Excel with our comprehensive guide on opening password-protected files using three tested methods in 2023. In this video, I share my personal insights into dealing with the common frustration of forgetting Excel passwords. Discover the significance of Excel passwords as digital guardians for your valuable data, and learn the occasional challenges they pose.
    The first method takes you online, acting as a digital locksmith to recover passwords with a stable internet connection. Method two introduces VBA code magic, guiding you through simple steps to unprotect Excel files without relying on online solutions. Lastly, method three unveils a classic file extension trick, ideal for Office 2010 and earlier versions.
    Whether you're facing a forgetful moment or seeking alternative ways to unlock Excel files, this video provides practical solutions.
    #Wondershare #WondershareRepairit
    SUBSCRIBE to get more solutions:
    / @wondersharerepairit8587
    Wondershare Repairit official website:
    repairit.wondershare.com/
    Follow us on Facebook:
    / wondershare-repairit-1...
    Follow us on Instagram:
    / wondershare.repairit
    Follow us on Twitter:
    / wondersharer
  • ХоббиХобби

Комментарии • 26

  • @ichitti1434
    @ichitti1434 Месяц назад +4

    Is it that Microsoft has patched this zip type method? Cause it says invalid or corrupted zip can't open.

  • @leventgudu6137
    @leventgudu6137 3 дня назад +1

    thank you so much

  • @irach861
    @irach861 4 месяца назад +1

    OH REALLY THANK YOU !I LOVE IT

  • @d4bz829
    @d4bz829 3 месяца назад +1

    thank you for this tutorial

  • @kensmith6308
    @kensmith6308 Месяц назад

    Awesome!! Thank you!!

  • @alfredocabezas8010
    @alfredocabezas8010 27 дней назад

    Thank you!!

  • @nicholastse4072
    @nicholastse4072 Месяц назад

    Thank you for your share
    I try unzip (7-zip) error show below:
    "Warning
    Cannot open the file as [zip] archive
    The file is open as [Compound] archive"
    and only show 3 folder or files:
    [6]DataSpaces
    EncryptedPackage
    EncryptionInfo
    How can fix? Thanks.

  • @satyabhashsalgaonkar3550
    @satyabhashsalgaonkar3550 3 месяца назад +2

    It does not work with complicated pass word, with 10 digits.

  • @brianh.4185
    @brianh.4185 2 месяца назад +8

    If you cannot open the Excel file because it is password protected, you cannot insert a VBA module in that file. Very poor advice.

  • @pradeepb7987
    @pradeepb7987 3 месяца назад +1

    When I try to unzip error show " the file is damaged" what can I do. I used winzip and 7 zip both.

    • @wondersharerepairit8587
      @wondersharerepairit8587  3 месяца назад

      Hi there, thank you for your question. If you encounter an error stating "the file is damaged" when trying to unzip a file with both WinZip and 7-Zip, it indicates there might be an issue with the file itself, or the download was not completed properly.

    • @pradeepb7987
      @pradeepb7987 3 месяца назад

      My excel file is ok. but after converted the extension to .zip the error show.@@wondersharerepairit8587

  • @Jessimica_b2
    @Jessimica_b2 3 месяца назад

    am i supposed to type all that code in from a screenshot?

    • @wondersharerepairit8587
      @wondersharerepairit8587  3 месяца назад

      Hi there,
      Could you please elaborate on your question? We're glad to help.

  • @Princess_Of_Charming
    @Princess_Of_Charming 3 месяца назад +2

    password protected not working with zip system.. can't open file without password.

    • @danfluegeman8234
      @danfluegeman8234 3 месяца назад

      Apparently, that method only works with files from 2013 or earlier.

    • @wondersharerepairit8587
      @wondersharerepairit8587  3 месяца назад

      Hi there,
      Could you please elaborate on your question? We're glad to help.

  • @danfluegeman8234
    @danfluegeman8234 3 месяца назад

    Tried the zip file method first - no luck. Get messages that say "zip folder can't be opened because it's empty", or "zip folder is corrupted". Tried VBA editor next; finally figured out how to open the VBA editor, but where did you get the "provided code" that you copied and pasted into the module? Finally, tried the same online site that you used in the video. What you didn't make clear is that only weak passwords are free; strong passwords and brute-force are not (and this file is not worth the cost). At a loss as to what to do next.

    • @crafty_tams
      @crafty_tams 3 месяца назад

      Do a search on Google for the title of the macro and you’ll find the code. The guy who posted it years ago doesn’t even know where it’s from so unfortunately there is no credit to be given to the original person who came up with it.

    • @wondersharerepairit8587
      @wondersharerepairit8587  3 месяца назад

      Hi there, thank you for your question. It sounds like you've encountered a range of challenges while trying to remove a password from a Word document. The methods you've tried, including manipulating the ZIP file structure and using a VBA script, can sometimes work but are not foolproof and can encounter the specific issues you've described. Additionally, the limitations of free online tools, especially regarding stronger passwords, indeed make them less useful for more securely protected documents.

  • @iringputi
    @iringputi 3 месяца назад

    salamat shopee

    • @wondersharerepairit8587
      @wondersharerepairit8587  3 месяца назад

      Hi there,
      Could you please elaborate on your question? We're glad to help.

  • @lafuerzaestaenlagente7822
    @lafuerzaestaenlagente7822 2 месяца назад

    You are just the lord of the rings man !!!
    A crack !!!! Thank you so much and now on I am a new subscriber!!!
    Huge like !!!

  • @svampebob007
    @svampebob007 28 дней назад

    would be great to post that code...
    also do some post production check you show opening workbook and then edit the sheet protection that's not what 90% of people are out after.
    the code:
    Sub PasswordBreaker()
    'Breaks worksheet password protection.
    Dim i As Integer, j As Integer, k As Integer
    Dim l As Integer, m As Integer, n As Integer
    Dim i1 As Integer, i2 As Integer, i3 As Integer
    Dim i4 As Integer, i5 As Integer, i6 As Integer
    On Error Resume Next
    For i = 65 To 66: For j = 65 To 66: For k = 65 To 66
    For l = 65 To 66: For m = 65 To 66: For i1 = 65 To 66
    For i2 = 65 To 66: For i3 = 65 To 66: For i4 = 65 To 66
    For i5 = 65 To 66: For i6 = 65 To 66: For n = 32 To 126
    ActiveSheet.Unprotect Chr(i) & Chr(j) & Chr(k) & _
    Chr(l) & Chr(m) & Chr(i1) & Chr(i2) & Chr(i3) & _
    Chr(i4) & Chr(i5) & Chr(i6) & Chr(n)
    If ActiveSheet.ProtectContents = False Then
    MsgBox "One usable password is " & Chr(i) & Chr(j) & _
    Chr(k) & Chr(l) & Chr(m) & Chr(i1) & Chr(i2) & _
    Chr(i3) & Chr(i4) & Chr(i5) & Chr(i6) & Chr(n)
    Exit Sub
    End If
    Next: Next: Next: Next: Next: Next
    Next: Next: Next: Next: Next: Next
    End Sub
    or google sub passwordbreaker() 'breaks worksheet password protection