View Single Post
 
Old 07-14-2016, 11:39 AM
SrDPLVO SrDPLVO is offline Windows 7 64bit Office 2013
Novice
 
Join Date: Jun 2016
Posts: 5
SrDPLVO is on a distinguished road
Smile Fixed it

I fixed it with:

Sub ResetContextMenu()
CommandBars("Cell").Reset
End Sub
Reply With Quote