当前位置:首页 » 办公资讯 » 怎样取消excel保护密码

怎样取消excel保护密码

发布时间: 2022-02-16 20:09:08

excel工作表保护密码忘记了,如何撤消工作表保护

撤销是不能撤销的,只能通过破解密码来实现,可以用修改后缀名称的方法。

工具:华硕电脑

1、首先找到Excel表格,修改后缀名称xlsx改为演示操作表格rar,如下图所示

② 怎样取消EXCEL表格的密码保护

如果可以用只读方式打开这个文件,那么只要打开后“另存为”一个就行了,另存后的文件就没有密码了。

③ excel表怎么取消密码保护

他这个表格的话,原本其实是没有密码保护,那如果你弄的话,那你只要从设置那里面可就可以取消密码保护

④ excel表格忘了密码怎么撤销工作保护

之前小编为大家介绍了Excel的保护功能,其中保护工作表通过密码进行保护,可是密码如果不小心忘记了怎么办?

今天小编就教大家一个无需插件,快速解除工作表密码保护的方法。

一、保护工作表
步骤:点击【审阅】-【保护工作表】-勾选【选定锁定单元格】和【选定未锁定的单元格】-【确定】。随后设置单元格格式、插入行、删除行等都无法进行操作。

二、解除工作表密码保护
1、查看代码

步骤:右键【sheet1】-【查看代码】-打开代码窗口。

2、插入代码

代码:Sub DeletePW()

ActiveSheet.Protect DrawingObjects:=True, Contents:=True, AllowFiltering:=True

ActiveSheet.Protect DrawingObjects:=False, Contents:=True, AllowFiltering:=True

ActiveSheet.Protect DrawingObjects:=True, Contents:=True, AllowFiltering:=True

ActiveSheet.Protect DrawingObjects:=False, Contents:=True, AllowFiltering:=True

ActiveSheet.Unprotect

End Sub

步骤:粘贴代码,点击【运行】即可。

从此再也不怕忘记密码了有木有,快快收藏学习吧~

PS:如果有Excel文件格式转换,或是PDF操作问题,可以搜索“迅捷PDF转换器”,下载安装,也可在线使用,小编日常都有在用,墙裂推荐。

⑤ 如何取消excel密码保护

1、先录入密码,确定打开要取消密码的excel文件。
2、在文件菜单下点击另存为,取消密码的办法其实就是再把文件保存一次,在保存替换原文件或重命名时将密码取消掉。
3、点击工具选择常规选项;
4、删除密码,点击确定并保存。提示文件已存在要替换它吗?如果想要覆盖原文件直接点击是就替换掉了。
5、如果想保留原文件重新存一份,点击否再修改文件名保存为一份新的文件。

⑥ 撤销excel表保护忘记密码怎么办

被加密的文档需要您先具备解密密码,如密码已遗忘,目前官方没有办法帮助找回(编辑密码/打开密码均不可找回),建议您可尝试更换大小写尝试解锁。

如您已找回密码,可参考下方方法解除:

1)开启了账号加密:开启后只有加密者本人的账号或被授权的用户才可以打开,其他人将无权限打开。可参考下图解除加密;

⑦ 电子表格怎么取消密码保护

一般的店电子表格在审阅里头有电子表格保护。你说正确的密码就可以取消密码保护了。但是如果你不知道正确的密码,那是没法取消密码保护的。

⑧ Excel 表格怎么去掉保护密码

Excel工作表保护密码破解方法

一个excel文档要修改其中的内容,可是被保护了,找了一堆破解软件,要么需要购买,要么是破解打开密码的,非保护密码。好不容易找到解决方案!
excel保护密码破解(绝对经典) 如果你的Excel文件设置了保护密码而遗忘了,那么请依照下面的步骤来操作,也许会有奇迹出现.不需要多么高难度的操作和专业的软件支持.简单.方便.费时一般最多两分钟. (建议:操作前把原文件COPY一份) 方法:

1打开文件
2工具---宏----录制新宏---输入名字如:aa
3停止录制(这样得到一个空宏)
4工具---宏----宏,选aa,点编辑按钮
5删除窗口中的所有字符(只有几个),替换为下面的内容:

Public Sub AllInternalPasswords()
' Breaks worksheet and workbook structure passwords. Bob McCormick
' probably originator of base code algorithm modified for coverage
' of workbook structure / windows passwords and for multiple passwords
'
' Norman Harker and JE McGimpsey 27-Dec-2002 (Version 1.1)
' Modified 2003-Apr-04 by JEM: All msgs to constants, and
' eliminate one Exit Sub (Version 1.1.1)
' Reveals hashed passwords NOT original passwords
Const DBLSPACE As String = vbNewLine & vbNewLine
Const AUTHORS As String = DBLSPACE & vbNewLine & _
"Adapted from Bob McCormick base code by" & _
"Norman Harker and JE McGimpsey"
Const HEADER As String = "AllInternalPasswords User Message"
Const VERSION As String = DBLSPACE & "Version 1.1.1 2003-Apr-04"
Const REPBACK As String = DBLSPACE & "Please report failure " & _
"to the microsoft.public.excel.programming newsgroup."
Const ALLCLEAR As String = DBLSPACE & "The workbook should " & _
"now be free of all password protection, so make sure you:" & _
DBLSPACE & "SAVE IT NOW!" & DBLSPACE & "and also" & _
DBLSPACE & "BACKUP!, BACKUP!!, BACKUP!!!" & _
DBLSPACE & "Also, remember that the password was " & _
"put there for a reason. Don't stuff up crucial formulas " & _
"or data." & DBLSPACE & "Access and use of some data " & _
"may be an offense. If in doubt, don't."
Const MSGNOPWORDS1 As String = "There were no passwords on " & _
"sheets, or workbook structure or windows." & AUTHORS & VERSION
Const MSGNOPWORDS2 As String = "There was no protection to " & _
"workbook structure or windows." & DBLSPACE & _
"Proceeding to unprotect sheets." & AUTHORS & VERSION
Const MSGTAKETIME As String = "After pressing OK button this " & _
"will take some time." & DBLSPACE & "Amount of time " & _
"depends on how many different passwords, the " & _
"passwords, and your computer's specification." & DBLSPACE & _
"Just be patient! Make me a coffee!" & AUTHORS & VERSION
Const MSGPWORDFOUND1 As String = "You had a Worksheet " & _
"Structure or Windows Password set." & DBLSPACE & _
"The password found was: " & DBLSPACE & "$$" & DBLSPACE & _
"Note it down for potential future use in other workbooks by " & _
"the same person who set this password." & DBLSPACE & _
"Now to check and clear other passwords." & AUTHORS & VERSION
Const MSGPWORDFOUND2 As String = "You had a Worksheet " & _
"password set." & DBLSPACE & "The password found was: " & _
DBLSPACE & "$$" & DBLSPACE & "Note it down for potential " & _
"future use in other workbooks by same person who " & _
"set this password." & DBLSPACE & "Now to check and clear " & _
"other passwords." & AUTHORS & VERSION
Const MSGONLYONE As String = "Only structure / windows " & _
"protected with the password that was just found." & _
ALLCLEAR & AUTHORS & VERSION & REPBACK
Dim w1 As Worksheet, w2 As Worksheet
Dim i As Integer, j As Integer, k As Integer, l As Integer
Dim m As Integer, n As Integer, i1 As Integer, i2 As Integer
Dim i3 As Integer, i4 As Integer, i5 As Integer, i6 As Integer
Dim PWord1 As String
Dim ShTag As Boolean, WinTag As Boolean
Application.ScreenUpdating = False
With ActiveWorkbook
WinTag = .ProtectStructure Or .ProtectWindows
End With
ShTag = False
For Each w1 In Worksheets
ShTag = ShTag Or w1.ProtectContents
Next w1
If Not ShTag And Not WinTag Then
MsgBox MSGNOPWORDS1, vbInformation, HEADER
Exit Sub
End If
MsgBox MSGTAKETIME, vbInformation, HEADER
If Not WinTag Then
MsgBox MSGNOPWORDS2, vbInformation, HEADER
Else
On Error Resume Next
Do 'mmy do loop
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
With ActiveWorkbook
.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 .ProtectStructure = False And _
.ProtectWindows = False Then
PWord1 = Chr(i) & Chr(j) & Chr(k) & Chr(l) & _
Chr(m) & Chr(i1) & Chr(i2) & Chr(i3) & _
Chr(i4) & Chr(i5) & Chr(i6) & Chr(n)
MsgBox Application.Substitute(MSGPWORDFOUND1, _
"$$", PWord1), vbInformation, HEADER
Exit Do 'Bypass all for...nexts
End If
End With
Next: Next: Next: Next: Next: Next
Next: Next: Next: Next: Next: Next
Loop Until True
On Error GoTo 0
End If
If WinTag And Not ShTag Then
MsgBox MSGONLYONE, vbInformation, HEADER
Exit Sub
End If
On Error Resume Next
For Each w1 In Worksheets
'Attempt clearance with PWord1
w1.Unprotect PWord1
Next w1
On Error GoTo 0
ShTag = False
For Each w1 In Worksheets
'Checks for all clear ShTag triggered to 1 if not.
ShTag = ShTag Or w1.ProtectContents
Next w1
If ShTag Then
For Each w1 In Worksheets
With w1
If .ProtectContents Then
On Error Resume Next
Do 'Dummy do loop
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
.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 Not .ProtectContents Then
PWord1 = Chr(i) & Chr(j) & Chr(k) & Chr(l) & _
Chr(m) & Chr(i1) & Chr(i2) & Chr(i3) & _
Chr(i4) & Chr(i5) & Chr(i6) & Chr(n)
MsgBox Application.Substitute(MSGPWORDFOUND2, _
"$$", PWord1), vbInformation, HEADER
'leverage finding Pword by trying on other sheets
For Each w2 In Worksheets
w2.Unprotect PWord1
Next w2
Exit Do 'Bypass all for...nexts
End If
Next: Next: Next: Next: Next: Next
Next: Next: Next: Next: Next: Next
Loop Until True
On Error GoTo 0
End If
End With
Next w1
End If
MsgBox ALLCLEAR & AUTHORS & VERSION & REPBACK, vbInformation, HEADER
End Sub

6关闭编辑窗口
7工具---宏-----宏,选AllInternalPasswords,运行,确定两次,等2分钟,再确定.OK,没有密码了!!

⑨ EXCEL怎么撤消保护没有密码

首先我们先在电脑桌面上找到我们要使用的软件Excel2016并打开,接着找到其中一个已近加密过的文档。

找到之后,输入密码进入该文档。接着找到位于上方菜单栏中的“文件”选项并点击,然后进行下一步操作。

在接下来的页面,选择“信息”,在信息一栏中,选择第一项“保护工作簿”。并在该选项中找到“用密码进行加密”。

最后我们点击“用密码进行加密”,弹出一个输入密码的窗口,只需将输入栏清空,点击“确定”,这样我们就撤销的Excel的密码保护。




⑩ Word文档、Excel加密如何取消

Word和Excel文档加密之后,必须要输入密码,打开文档,然后在设置页面把加密指令取消,这样才可以达到,科学规范的安全使用效果。
Word和Excel都是计算机里面,常用的一个有效的办公软件。
人们通过输入设备,把需要处理的信息输入电脑,电脑通过中央处理器。把信息加工后,再通过输出设备,把处理后的结果告诉人们。
其实这个模型很简单,举个简单的例子,你要处理的信息是1+1,你把这个信息输入到电脑中后,电脑的内部进行处理,再把处理后的结果告诉你。
早期电脑的输入设备十分落后,根本没有现在的键盘和鼠标,那时候电脑还是一个大家伙,最早的电脑有两层楼那么高。
人们只能通过扳动电脑庞大的面板上无数的开头来向电脑输入信息,而电脑把这些信息处理之后,输出设备也相当简陋,就是电脑面板上无数的信号灯。
所以那时的电脑根本无法处理像现在这样各种各样的信息,它实际上只能进行数字运算。
当时人们使用电脑也真是够累的。但在当时,就算是这种电脑也是极为先进的了,因为它把人们从繁重的手工计算中解脱出来,而且极大地提高了计算速度。
随着人们对电脑的使用,人们发现上述模型的电脑能力有限,在处理大量数据时就越发显得力不从心。为些人们对电脑模型进行了改进,提出了这种模型:

就是在中央处理器旁边加了一个内部存储器。这个模型的好处在于。
先打个比方说,如果老师让你心算一道简单题,你肯定毫不费劲就算出来了,可是如果老师让你算20个三位数相乘,
你心算起来肯定很费力,但如果给你一张草稿纸的话,你也能很快算出来。
可能你会问这和电脑有什么关系?其实电脑也是一样,一个没有内部存储器的电脑如果让它进行一个很复杂的计算,
它可能根本就没有办法算出来,因为它的存储能力有限,无法记住很多的中间的结果,但如果给它一些内部存储器当“草稿纸”的话,
电脑就可以把一些中间结果,临时存储到内部存储器上,然后在需要的时候再把它取出来,进行下一步的运算,如此往复,电脑就可以完成很多很复杂的计算。

热点内容
马路上汽车的噪音在多少分贝 发布:2023-08-31 22:08:23 浏览:1748
应孕棒多少钱一盒 发布:2023-08-31 22:08:21 浏览:1242
标准养老金一年能领多少钱 发布:2023-08-31 22:05:05 浏览:1529
湖北通城接网线多少钱一个月 发布:2023-08-31 21:59:51 浏览:1609
开随车吊车多少钱一个月 发布:2023-08-31 21:55:06 浏览:1371
京东付尾款怎么知道前多少名 发布:2023-08-31 21:52:58 浏览:1690
在学校租铺面一个月要多少钱 发布:2023-08-31 21:52:09 浏览:1826
2寸有多少厘米 发布:2023-08-31 21:50:34 浏览:1464
知道电压如何算一小时多少电 发布:2023-08-31 21:46:20 浏览:1449
金手镯54号圈周长是多少厘米 发布:2023-08-31 21:44:28 浏览:1622