About 17,900 results
Open links in new tab
  1. Introduction to Office Scripts in Excel - Microsoft Support

    Automate your repetitive tasks with Office Scripts in Excel for the web. Record your actions, then replay them whenever you want. You can also edit your scripts as your workflow changes. Office Scripts …

  2. Record your actions as Office Scripts - Microsoft Support

    To create a new Office Script, select Create from Recording, then start taking the steps you want to automate. For this example, we're taking a data range, converting it to an Excel table, adding a total …

  3. Sharing Office Scripts in Excel - Microsoft Support

    Office Scripts can be shared with other users in your organization. When you share a script, you attach the script to the workbook, enabling others to view and run it.

  4. Create a button to run an Office Script - Microsoft Support

    This procedure creates a button in the workbook that runs the script when the button is selected. It also shares the script with anyone who can edit the workbook.

  5. Introduction to Python in Excel - Microsoft Support

    Use it to process data in Excel with Python code. You type Python directly into a cell, the Python calculations run in the Microsoft cloud, and your results are returned to the worksheet.

  6. Get started with Python in Excel - Microsoft Support

    To begin using Python in Excel, select a cell and on the Formulas tab, select Insert Python. This tells Excel that you want to write a Python formula in the selected cell.

  7. Create custom functions in Excel - Microsoft Support

    Although Excel includes a multitude of built-in worksheet functions, chances are it doesn’t have a function for every type of calculation you perform. Custom functions, like macros, use the Visual …

  8. Run a macro in Excel - Microsoft Support

    In Excel, you run a macro manually or automatically. A macro is an action or a set of actions that you can use to automate tasks. This topic shows you several ways to run macros manually or automatically.

  9. Get an advanced data analysis using Copilot in Excel with Python

    Use natural language to describe the analysis you want to perform, and Copilot will automatically generate, explain, and insert Python code into your Excel spreadsheet.

  10. Debug script - Microsoft Support

    A debug statement tells the debugger when to suspend execution and allow you to step through your script and examine its behavior. This article explains how to add a debug statement to a script. In …