VBA报错:运行时错误1004 应用程序定义或对象定义错误
VBA报错:运行时错误1004 应用程序定义或对象定义错误
日期:2020-06-22 17:55:22 人气:1
在“运行”中,输入cmd回车,在dos界面命令提示符下输入(复制即可)
:
for
%1
in
(%windir%\system32\*.ocx)
do
regsvr32
/s
%1
回车,
再输入:for
%1
in
(%windir%\system32\*.dll)
do
regsvr32.exe
/s
%1
回车!直到屏幕滚动停止为止,重启电脑!