Is there a way to disable the script confirmation popup the appears everytime I click on a button?

Wilmer Torrez 21 Reputation points
2022-02-11T03:49:23.68+00:00

I create a simple file and I was trying to automate some processes and I notice that every time I click on the Script button it shows me a popup on the right side that says script run status, its annoying to see that everytime I click on the button. How do I desable that?

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
8,084 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,045 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
4,274 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Nancy Wang 116 Reputation points Microsoft Employee
    2023-01-20T06:31:27.7933333+00:00

    Hi David and Doug,

    We've recently transitioned the status pane into a status bar at the top of the Excel workbook - this change has been fully released to Excel users who use Office Scripts on their web browser, and we're in the process of implementing it for desktop as well.

    Thanks for your feedback and I hope this helps!

    Warmly,

    Nancy

    1 person found this answer helpful.

  2. Nancy Wang 116 Reputation points Microsoft Employee
    2022-02-11T05:56:25.257+00:00

    Hi @Wilmer Torrez ! Member of the Office Scripts team here. Though there's no current way to disable the popup, we recognize that popup is annoying to see every time and our team is actively investigating improvements. Thanks for trying our feature and bearing with us while this investigation is happening.

    We really appreciate you sharing this feedback! If you have additional feedback on the script buttons experience or Office Scripts overall please feel encouraged to send that to our team by going to the Help tab in your Excel workbook and selecting "Feedback".

    Warmly,
    Nancy


  3. tao 0 Reputation points
    2024-04-22T18:26:39.0333333+00:00

    "There! I fixed it!" (old school way)

    Instead of using the shortcuts provided in the Automation section of the ribbon...

    1. Go to the Developer section (you may need to display it first):M1
    2. Code a macro yourself:
      M2
    3. Back in your worksheet, insert a button (it won't show until you draw your button area somewhere on the sheet):
      M3
    4. Select your macro to associate it with it:M4
    5. You're done with all the "let's make it easier for you" nonsense.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.