当前位置:首页经验技巧Excel经验excel技巧

做表时excel未响应如何办

2026-01-27 14:23:04

1.在EXCEL中编辑表格时,复制表格再粘贴时导致EXCEL无响应

如果是别人的,可能有防复制的宏,不是别人的,那就是其他原因,

是宏的话可以解决,下面是代码

Sub 解除锁定() Application.CommandBars("Standard").Visible = True Application.CutCopyMode = True With Application .CommandBars(1).Controls("编辑(&E)").Controls(1).Enabled = True .CommandBars("cell").Controls(1).Enabled = True .CommandBars("cell").Controls(2).Enabled = True .CommandBars("cell").Controls(3).Enabled = True .CommandBars("cell").Controls(4).Enabled = True End With End Sub


电脑版

免责声明:本站信息来自网络收集及网友投稿,仅供参考,如果有错误请反馈给我们更正,对文中内容的真实性和完整性本站不提供任何保证,不承但任何责任,谢谢您的合作。
版权所有:五学知识网 Copyright © 2015-2026 All Rights Reserved .