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

Wilmer Torrez 16 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.
6,649 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
975 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.
3,861 questions
{count} votes

10 answers

Sort by: Most helpful
  1. 22610899 0 Reputation points
    2023-06-16T09:02:38.46+00:00

    Please can you create an option to disable the yellow status bar at the top of the worksheet when running office scripts code. it really is an eyesore and detracts from otherwise brilliant feature. This doesn't happen when running vba macros and I would like to be able to achieve the same behaviour.

    I do apologize if there is already a way to do this. I would appreciate being pointed in the right direction.


  2. ch centralmail 0 Reputation points
    2023-09-03T10:48:35.5733333+00:00

    yes me too, please just give us an "off" switch. We do not want ANY of the status information.

    Do like the scripts idea, but cannot use it with this break in our workflow and attention.

    Anthony


  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.

  4. Rafael Barros Bessa 0 Reputation points
    2024-08-07T21:17:55.7566667+00:00

    No solution yet?

    0 comments No comments

  5. CCECIreland 0 Reputation points
    2024-09-19T16:49:40.9466667+00:00

    Macros are so fast and easy. I understand the security concern, and welcome a more secure solution, but can we really not just make it run quickly and silently like macros do?

    I'm wanting to transition, but the slowness and the status bar are seriously killing me.

    When will this be improved?

    0 comments No comments

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.