excel右键菜单恢复的方法
打开Excel表格,按下Alt+F11键,打开VBE编辑器,插入一个模块,粘贴以下代码,按F5键运行即可恢复。
推荐教程:excel教程
sub 恢复右键菜单()
Application.CommandBars("Cell").Enabled = True Application.CommandBars("column").Enabled = True Application.CommandBars("row").Enabled = True Application.CommandBars("ply").Enabled = True End sub
以上就是excel右键菜单恢复的详细内容,更多请关注php中文网其它相关文章!
全网最新最细最实用WPS零基础入门到精通全套教程!带你真正掌握WPS办公! 内含Excel基础操作、函数设计、数据透视表等
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号