Jump to content

Excell Sayfa Korumasını Kaldırma Eklentisi Straxx


cenkobay
 Share

Recommended Posts

http://www.straxx.com/

demo sürümü   excell in   o  an  bulunduğun sayfa korumasını  kaldırıyor  tahminim.

full  sürümü   tüm   excell  çalışma  kitabının sayfa  korumasnın kaldırıyor.

excelli  düzenleme yapabiliyon


There are several passwords in Excel. The 3 first on this list are covered by the Excel Password Remover:
1. A password for each sheet that protects cells from editing and/or viewing
2. A workbook structure password to protect hidden sheets and the sheet structure of the workbook
3. A sharing password for shared workbooks (not so commonly used)
4. A password to open your workbook. For 97/2000/XP/2003-files I can recommend this one:Excel Password Recovery LasticExcel Key can also do that, but also attempt password recovery of Excel 2007/1010 files.
5. A password that protects the VBA code. Solutions here and here

Excel Password Remover removes the password protection applied by the “Protect sheet” and “Protect workbook” commands in Excel (i.e. enables you to edit the workbook even if you have forgotten your password).

It works on the active workbook, so you must be able to open the workbook in question.

It will remove passwords of any length, also passwords containing special characters. The free version is for personal use only. The PRO version is for business users, and others wanting the extra functionality.

Recommended links on the right contains links for other password needs.

Link to comment
Share on other sites

Sayfa korumalı excel dosyasını açın ve makrolardan yeni makro oluşturun bu kodu kopyalayıp çalıştırın
Biraz uzun sürebilir ( 1-2 dk ) ama şifre çözülecektir.
 
 
 
 
 
Sub SifreAc()
 
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
Link to comment
Share on other sites

exceli ac.
eklentiye tikla.
excel menude straxx menusu oluscak.
straxx menuye gel.

straax menunun en basindaki alt menuye tikla.
okey de.
2 saniye gibi surede korumayi kaldirir.
excelde degisikligi yap kaydet.
exceli her actiginda eklentiye tiklayip
excelde menu yapmasini saglaman lazim.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...