<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>excel</title>
    <link rel="self" type="application/atom+xml" href="https://linkace.emetello.com/guest/tags/262/feed"/>
    <updated>2026-04-17T16:34:13+00:00</updated>
    <id>https://linkace.emetello.com/guest/tags/262/feed</id>
            <entry>
            <id>https://linkace.emetello.com/links/895</id>
            <title type="text"><![CDATA[Employee was fired and has worksheets protected in excel 2013. It was only worksheets - not the whole workbook so I can run a VBA. What VBA code should I run and how long will it take? : excel]]></title>
            <link rel="alternate" href="https://www.reddit.com/r/excel/comments/5vsv0o/employee_was_fired_and_has_worksheets_protected/" />
            <link rel="via" type="application/atom+xml" href="https://linkace.emetello.com/links/895"/>
            <author>
                <name> <![CDATA[Metello]]></name>
            </author>
            <summary type="text">
                <![CDATA[Come sbloccare un foglio protetto in Excel


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) &amp; Chr(j) &amp; Chr(k) &amp; _
    Chr(l) &amp; Chr(m) &amp; Chr(i1) &amp; Chr(i2) &amp; Chr(i3) &amp; _
    Chr(i4) &amp; Chr(i5) &amp; Chr(i6) &amp; Chr(n)
If ActiveSheet.ProtectContents = False Then
    MsgBox &quot;One usable password is &quot; &amp; Chr(i) &amp; Chr(j) &amp; _
        Chr(k) &amp; Chr(l) &amp; Chr(m) &amp; Chr(i1) &amp; Chr(i2) &amp; _
        Chr(i3) &amp; Chr(i4) &amp; Chr(i5) &amp; Chr(i6) &amp; Chr(n)
     Exit Sub
End If
Next: Next: Next: Next: Next: Next
Next: Next: Next: Next: Next: Next
End Sub]]>
            </summary>
            <updated>2025-03-24T13:44:00+00:00</updated>
        </entry>
            <entry>
            <id>https://linkace.emetello.com/links/2532</id>
            <title type="text"><![CDATA[Apache POI - Java API To Access Microsoft Format Files]]></title>
            <link rel="alternate" href="http://poi.apache.org/" />
            <link rel="via" type="application/atom+xml" href="https://linkace.emetello.com/links/2532"/>
            <author>
                <name> <![CDATA[Metello]]></name>
            </author>
            <summary type="text">
                <![CDATA[Librerie Java per la lettura e la creazione di file in formato Microsoft Office]]>
            </summary>
            <updated>2025-03-24T13:44:08+00:00</updated>
        </entry>
    </feed>
