1打2工3停4工5删Pu' ' ' '' ' ' ' CoCo"A"NCoCoCo"tCo"nDBDBDB"p"o"mCo"sCo"w"PCo"w"d"p"JCo"S"T"N"t"NCo"pDB"f"s"oCo"pALDiDiDiDiDiDiApWiWiEnShFoShNeIfMsExEnMsIfMsElOnDoFoFoFoFoWi.UChChIf.PPWChChMs"$ExEnEnNeNeLoOnEnIfMsExEnOnFo'Aw1NeOnShFo'CShNeIfFoWiIfOnDoFoFoFoFo.UChChIfPWChChMs"$'lFow2NeExEnNeNeLoOnEnEnNeEnMsEn6关一个excel文档要修改其中的内容,可是被保护了,找了一堆破解软件,要么需要购买,要么是破解打开密码的,非保护密码。好不容易找到解决方案!excel保護密碼破解(絕對經典) 如果你的Excel文件設置了保護密碼而遺忘了,那麼請依照下面的步驟來操作,也許會有奇跡出現.不需要多麼高難度的操作和專業的軟件支持.簡單.方便.費時一般最多兩分鐘. (建議:操作前把原文件COPY一份) 方法:1打开文件2工具---宏----录制新宏---输入名字如:aa3停止录制(这样得到一个空宏)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 passwordsConst DBLSPACE As String = vbNewLine & vbNewLineConst 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 &...