Excel Right Click Not Working

I converted my Excel worksheet into exe file and It runs without any issues. When I go back to the normal Excel worksheet, mouse right click on the sheet tab is not working. May I know what causes the issues and how to prevent it? otherwise I will receive complaint from my end users. Thanks.

Make sure to close the protected Excel instance first and start a new fresh one.

Alternatively, right click on one of the sheet tabs.
Select “View code” from the popup.
From the “View” menu select “Immediate Window” if it’s not already displayed.
Paste the following statement in the “Immediate Window” and press enter.

Commandbars("Cell").Reset

(Be sure the cursor is on the same line as the statement beforehand)

You should also be able to reset the menu from the GUI.

I may have not make myself clear.
What I meant was after open the exe file and close it, when open a new MS Excel spreadsheet and right click on the sheets tab, it was not able to do so.
I have to press Alt + F11 and input “application.commandbars(“ply”).enabled = true” in the “Immediate Window” in order to make it work again.

Please open your project in XLS Padlock and do this:

Then

This will send us a system report.

I have followed the steps and sent the report to the support team.
I have not received any update to date.
Please advise ASAP as I am still facing the issues and would like to know where when wrong.

We’re preparing a fix for the future update. You’ll be informed by email or through this forum when the update is ready for download.

Fixed in version 2017.0. Please upgrade.