I would like the reset command to enable the copy option to function when I right click, it currently greyed out when I right click. I had the same issue with tables which I was able to resolve with the command below.

Sub RESET()
Application.CommandBars("List Range Popup").RESET
End Sub

Need the same for Pivot tables