发布网友 发布时间:2022-04-23 14:25
共3个回答
热心网友 时间:2022-05-07 21:35
1、首先用打开已设置有密码的“保护文档”(原始文档);热心网友 时间:2022-05-07 22:53
有酬劳可恢复忘记密码的表格密码。热心网友 时间:2022-05-08 00:27
付费内容限时免费查看回答您好!生活小啊凡正在为您解答这道题,您需要耐心等待三分钟左右的时间,答案马上为您揭晓,请不要着急哦。提问能把原来的密码显示出来吗?
回答wps工作表保护密码忘记怎么办?
下面是步骤方法:
1、打开需要破解保护密码的Excel文件;
2、依次点击菜单栏上的工具---宏----录制新宏,输入宏名字如:aa;
3、停止录制(这样得到一个空宏);
4、依次点击菜单栏上的工具---宏----宏,选aa,点编辑按钮;
5、删除窗口中的所有字符(只有几个),替换为下面的内容;
Option Explicit
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 passw
提问打开就需要密码,没有第2的步骤
回答这端英文复制
我看下
步骤5、点击确认之后,保存wps文档,就把wps文档的密码取消了.
你试一下这个
提问输入密码就显示密码不正确
回答WPS是加密的吗
你试着1.建立一个新的空白WPS文档,建立成功后点击插入文件选项。