View Single Post
 
Old 07-02-2016, 02:27 AM
cobbe cobbe is offline Windows 10 Office 2016
Novice
 
Join Date: Mar 2016
Posts: 6
cobbe is on a distinguished road
Default

Try this:
Code:
Sub Enable_MouseMenu()
  CommandBars("Cell").Enabled = True
End Sub
Reply With Quote