鼠标正常,但是在Excel中无法唤出右键菜单黄大平
2017.10.12慧骃国
一、首先检查一下别的EXCEL文件是不是这样的,判断炸翅根是文件损坏还是EXCEL程序的问题
二、如果其他文件也是这种情况,那说明是EXCEL程序出现了问题。有如下解决方法:
1. 可能是你打开了某个屏蔽右键的宏。这种情况下,按ALT+F11,按ctrl+G,贴入,回车 andbars("cell").enabled = true
2.山那头>有你真好作文300字 Application.CommandBars("ply").Enabled = Fal '右键点工作表标签是否可用 Application.CommandBars("cell").Enabled = Fal '右键点单元格是否可用读中国朗诵稿
3. 屏蔽或显示工作表标签的右键菜单
Sub 工作表标签的右键菜单()
Application.CommandBars("Ply").Enabled = Fal
Application.CommandBars("Ply").Enabled = True
小学美术教学反思End Sub
4. '屏蔽或显示单元格右键菜单
Sub 单元格右键菜单()
Application.CommandBars("cell").Enabled = Fal '屏蔽单元格右键菜单
Application.CommandBars("cell").Enabled = True '显示单元格右键菜单
End Sub
5. '屏蔽或显示自定义右键菜单
Sub 视图右键菜单()
Application.CommandBars("Toolbar list").Enabled = Fal '隐藏自定义右键菜单
Application.CommandBars("Toolbar list").Enabled = True '恢复自定义右键菜单
End Sub
定州塔简介