About 9,860 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. …

  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, …

  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 …

  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 …

  9. Excel 中的 Office 脚本简介 - Microsoft 支持

    使用 Excel 网页版 中的 Office 脚本自动执行重复任务。 录制你的作,然后根据需要随时重播它们。 还可以在工作流更改时编辑脚本。 Office 脚本存储在云中,让你可以根据需要更新任何工 …

  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 …