1. excel自动打开文件
1、首先,在计算机中随机找到一个EXCEL表单,双击打开EXCEL表单。
2、键入表单后,单击表单左上角的窗口图标。
3、点击窗口图标后,会弹出一个下拉菜单栏。最近使用的文档可以在左边看到,最近打开或编辑的文档将显示在这里。
4、找到所需的EXCEL文档后,直接单击该文件将其打开。您可以尝试此方法来查找在您的计算机上打开的EXCEL。
2. personal.xlsb自动打开
破解vbaproject密码
1.打开带密码的excel,视图---宏----录制宏---(保存到)“个人宏工作簿”---点“确认”。
2.查看宏----点“编辑”-----进入“microsofevisualbasic-personal.xlsb”页面;
3.点“模块1“,弹出“模块1代码”----清除“模块1代码”里面的东西-----复制如下东西:
publicsub工作表保护密码破解()
constdblspaceasstring=vbnewline&vbnewline
constauthorsasstring=dblspace&vbnewline&_
"作者:mccormickjemcgimpsey"
constheaderasstring="工作表保护密码破解"
constversionasstring=dblspace&"版本version1.1.1"
constrepbackasstring=dblspace&""
constzhengliasstring=dblspace&"hfhzi3—戊冥整理"
constallclearasstring=dblspace&"该工作簿中的工作表密码保护已全部解除!!"&dblspace&"请记得另保存"_
&dblspace&"注意:不要用在不当地方,要尊重他人的劳动成果!"
constmsgnopwords1asstring="该文件工作表中没有加密"
constmsgnopwords2asstring="该文件工作表中没有加密2"
constmsgtaketimeasstring="解密需花费一定时间,请耐心等候!"&dblspace&"按确定开始破解!"
constmsgpwordfound1asstring="密码重新组合为:"&dblspace&"$$"&dblspace&_
"如果该文件工作表有不同密码,将搜索下一组密码并修改清除"
constmsgpwordfound2asstring="密码重新组合为:"&dblspace&"$$"&dblspace&_
"如果该文件工作表有不同密码,将搜索下一组密码并解除"
constmsgonlyoneasstring="确保为唯一的?"
dimw1asworksheet,w2asworksheet
dimiasinteger,jasinteger,kasinteger,lasinteger
dimmasinteger,nasinteger,i1asinteger,i2asinteger
dimi3asinteger,i4asinteger,i5asinteger,i6asinteger
dimpword1asstring
dimshtagasboolean,wintagasboolean
application.screenupdating=false
withactiveworkbook
wintag=.protectstructureor.protectwindows
endwith
shtag=false
foreachw1inworksheets
shtag=shtagorw1.protectcontents
nextw1
ifnotshtagandnotwintagthen
msgboxmsgnopwords1,vbinformation,header
exitsub
endif
msgboxmsgtaketime,vbinformation,header
ifnotwintagthen
else
onerrorresumenext
do'dummydoloop
fori=65to66:forj=65to66:fork=65to66
forl=65to66:form=65to66:fori1=65to66
fori2=65to66:fori3=65to66:fori4=65to66
fori5=65to66:fori6=65to66:forn=32to126
withactiveworkbook
.unprotectchr(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=falseand_
.protectwindows=falsethen
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)
msgboxapplication.substitute(msgpwordfound1,_
"$$",pword1),vbinformation,header
exitdo'bypassallfor...nexts
endif
endwith
next:next:next:next:next:next
next:next:next:next:next:next
loopuntiltrue
onerrorgoto0
endif
ifwintagandnotshtagthen
msgboxmsgonlyone,vbinformation,header
exitsub
endif
onerrorresumenext
foreachw1inworksheets
'attemptclearancewithpword1
w1.unprotectpword1
nextw1
onerrorgoto0
shtag=false
foreachw1inworksheets
'checksforallclearshtagtriggeredto1ifnot.
shtag=shtagorw1.protectcontents
nextw1
ifshtagthen
foreachw1inworksheets
withw1
if.protectcontentsthen
onerrorresumenext
do'dummydoloop
fori=65to66:forj=65to66:fork=65to66
forl=65to66:form=65to66:fori1=65to66
fori2=65to66:fori3=65to66:fori4=65to66
fori5=65to66:fori6=65to66:forn=32to126
.unprotectchr(i)&chr(j)&chr(k)&_
chr(l)&chr(m)&chr(i1)&chr(i2)&chr(i3)&_
chr(i4)&chr(i5)&chr(i6)&chr(n)
ifnot.protectcontentsthen
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)
msgboxapplication.substitute(msgpwordfound2,_
"$$",pword1),vbinformation,header
'leveragefindingpwordbytryingonothersheets
foreachw2inworksheets
w2.unprotectpword1
nextw2
exitdo'bypassallfor...nexts
endif
next:next:next:next:next:next
next:next:next:next:next:next
loopuntiltrue
onerrorgoto0
endif
endwith
nextw1
endif
msgboxallclear&authors&version&repback&zhengli,vbinformation,header
endsub
4.点保存,然后关闭“book1”
5.点运行即可。
3. excel总是自动打开
一般情况下应该是版本冲突问题,默认打开的软件设置一下试一试看看,还是不行的话就要选择保留一个啦
4. excel如何打开自动保存的文件
操作方法
01
首先我们打开一个工作样表作为例子。
02
然后点击工具栏中的文件标签。
03
点击进入选项后,选择左侧的保存标签。
04
找到自动保存的路径后,全选路径然后复制。
05
打开文件夹,在文件夹编辑栏中粘贴刚才的路径即可找到excel自动保存的文件。
5. excel表格自动打开
如果每次都这样,很可能是中了宏病毒!你可以这样确定一下:“工具”“选项”“安全性”“宏安全性”“高”或“非常高”,确定。
然后关闭excel,再打开平时使用的任一个excel文件,如果状况消失就肯定是中了宏病毒!具体清理的话你搜一下xstart这个目录,看里面有没文件(注意可能设成了隐藏属性)!
有的话把它移走或删除,再看看VBA里有没可疑代码,有的话删除!!
6. excel自动打开文件并保存
打开EXCEL,打开“选项”,定位到“启动时打开此目录中的所有文件”,清空它。
7. excel自动打开book1
打开excel出现book1是一个excel自启动相关的病毒文件。
下面是打开excel出现book1病毒的解决方法:
第一,检查下面2个文件夹:(部分隐藏文件夹需要设置显示)
1.C:\ProgramFiles\MicrosoftOffice\Office14\XLSTART目录下删除book1文件。
说明:如果office没有安装在C盘,根据实际路径修改。其中的Office14文件夹对应2010版,Office12文件夹对应2007版,Office11文件夹对应2003版。
2.C:\DocumentsandSettings\Administrator\ApplicationData\Microsoft\Excel\XLSTART目录下删除book1文件。
第二,重启Excel,单击文件——excel选项——高级——常规——启动时打开此目录中的所有文件,如果有,清空掉。
第三,格式——工作表——取消隐藏,会看到:XL4Poppy工作表,直接删除这个表(XL4Poppy)。
通过上面的三步骤就可以解决打开excel出现book1自动弹出的问题。
8. excel 自动打开文件
1、打开注册表编辑器“regedit”;
2、定位到如下项目“HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Open\command”;
3、编辑原有的内容,在最后添加"%1"。如:原为"C:\Program Files (x86)\Microsoft Office\Root\Office16\EXCEL.EXE"则:新为"C:\Program Files (x86)\Microsoft Office\Root\Office16\EXCEL.EXE" "%1"
- 相关评论
- 我要评论
-