1.在工作表的地方按 ALT + F11
2.再按 Ctrl+G 會出現一欄及時運算
3.複製貼上以下程式碼
Application.CommandBars(“Cell”).enabled=True
Application.CommandBars(“Cell”).Reset
4.按Enter
5.按 Alt+Q 回到工作表
https://groups.google.com/g/microsoft.public.excel.misc/c/rlvcJrM_JE8?pli=1
Right Click on Column or Row does not show Context Menu
application.CommandBars(“Cell”).Reset
application.CommandBars(“cell”).Enabled = True
application.CommandBars(“Column”).Reset
application.CommandBars(“column”).Enabled = True
application.CommandBars(“Row”).Reset
application.CommandBars(“row”).Enabled = True
press enter every command
https://superuser.com/questions/360399/right-click-on-column-or-row-does-not-show-context-menu