Sub Enable_Right_Click()
You can use the following function to enable mouse click - Right Click
This will enable popup menu
' ---------------------------------------------------------------
' Written By Shanmuga Sundara Raman for http://vbadud.blogspot.com
' ---------------------------------------------------------------
' This will enable mouse right click on worksheets
Application.CommandBars("Cell").Enabled = True
End Sub
No comments:
Post a Comment