Skip to content

Commit 4a9fe42

Browse files
authored
[excel] (Overview) Link to platform requirements instead of listing them in the intro page (#692)
* Link to platform requirements instead of occupying a lot of page real estate * Update links * Fix link
1 parent 1e9120b commit 4a9fe42

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

docs/overview/excel.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Office Scripts in Excel
33
description: A brief introduction to the Action Recorder and Code Editor for Office Scripts.
44
ms.topic: overview
5-
ms.date: 12/19/2023
5+
ms.date: 12/22/2023
66
ms.localizationpriority: high
77
---
88

@@ -16,9 +16,8 @@ This series of documents teaches you how to use these tools. You'll find a wealt
1616

1717
> [!VIDEO https://www.microsoft.com/videoplayer/embed/RE4qdFF]
1818
19-
## Requirements
20-
21-
[!INCLUDE [Platform requirements](../includes/platform-requirements.md)]
19+
> [!NOTE]
20+
> Office Scripts requires a commercial or educational Microsoft 365 license. The complete requirement list is described under [Platform support](../testing/platform-limits.md#platform-support).
2221
2322
## When to use Office Scripts
2423

@@ -70,6 +69,6 @@ Complete the [Office Scripts in Excel tutorial](../tutorials/excel-tutorial.md)
7069

7170
- [Fundamentals for Office Scripts in Excel](../develop/scripting-fundamentals.md)
7271
- [Office Scripts API reference](/javascript/api/office-scripts/overview)
73-
- [Troubleshooting Office Scripts](../testing/troubleshooting.md)
72+
- [Platform limits and requirements with Office Scripts](../testing/platform-limits.md)
7473
- [Office Scripts settings in M365](https://support.office.com/article/office-scripts-settings-in-m365-19d3c51a-6ca2-40ab-978d-60fa49554dcf)
7574
- [Sharing Office Scripts in Excel](https://support.microsoft.com/office/226eddbc-3a44-4540-acfe-fccda3d1122b)

docs/resources/samples/samples-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Office Scripts samples
33
description: Available Office Scripts samples and scenarios.
4-
ms.date: 12/05/2023
4+
ms.date: 12/22/2023
55
ms.localizationpriority: medium
66
---
77

88
# Office Scripts samples and scenarios
99

10-
This section contains [Office Scripts](../../overview/excel.md) based solutions that help end users achieve automation of daily tasks. It contains realistic scenarios that users face and provides detailed solutions.
10+
This section contains Office Scripts based solutions that help end users achieve automation of daily tasks. It contains realistic scenarios that users face and provides detailed solutions.
1111

1212
- [Basics](#basics) showcase common examples that make up larger scripts. They're categorized based on a common Excel feature.
1313
- [Quick scenarios](#quick-scenarios) are samples that are more involved or solve a particular problem.
@@ -16,7 +16,7 @@ This section contains [Office Scripts](../../overview/excel.md) based solutions
1616
- [Contributions from the community](#community-contributions-and-fun-samples) are samples from members of the Office Scripts community, often light-hearted in nature.
1717

1818
> [!IMPORTANT]
19-
> Be sure you meet the prerequisites for Office Scripts before trying the samples. The requirements for your Microsoft 365 subscription and account are found under the [Office Scripts for Excel overview "Requirements" section](../../overview/excel.md#requirements).
19+
> Be sure you meet the prerequisites for Office Scripts before trying the samples. The requirements for your Microsoft 365 subscription and account are found under [Platform support](../../testing/platform-limits.md#platform-support).
2020
2121
## Basics
2222

docs/testing/platform-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Platform limits and requirements with Office Scripts
33
description: Resource limits and browser support for Office Scripts when used with Excel.
44
ms.topic: limits-and-quotas
5-
ms.date: 12/05/2023
5+
ms.date: 12/22/2023
66
ms.localizationpriority: medium
77
---
88

docs/testing/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Troubleshoot Office Scripts
33
description: Debugging tips and techniques for Office Scripts, as well as help resources.
44
ms.topic: troubleshooting-general
5-
ms.date: 09/08/2023
5+
ms.date: 12/22/2023
66
ms.localizationpriority: medium
77
---
88

@@ -74,7 +74,7 @@ Logs do not affect the workbook.
7474

7575
The following steps should help troubleshoot any problems related to the **Automate** tab not appearing in Excel.
7676

77-
1. [Make sure your Microsoft 365 license includes Office Scripts](../overview/excel.md#requirements).
77+
1. [Make sure your Microsoft 365 license includes Office Scripts](../testing/platform-limits.md#platform-support).
7878
1. [Ensure third-party cookies are enabled (when using Excel on the web)](platform-limits.md#third-party-cookies-for-excel-on-the-web).
7979
1. [Ensure that your admin has not disabled Office Scripts in the Microsoft 365 admin center](/microsoft-365/admin/manage/manage-office-scripts-settings).
8080
1. [Ensure that your admin has not configured a group policy to block Office Scripts (Windows only)](/deployoffice/configure-update-settings-microsoft-365-apps#use-group-policy-to-configure-update-settings-for-microsoft-365-apps).

0 commit comments

Comments
 (0)