Skip to content

Commit 0163d26

Browse files
Merge pull request #592 from OfficeDev/main
[Admin] Publish
2 parents cf5e246 + 4835f76 commit 0163d26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/includes/platform-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ To use Office Scripts, you'll need the following.
44
1. The [Action Recorder](../overview/excel.md#action-recorder-web-only) is only available in Excel on the web.
55
1. OneDrive for Business.
66
1. Any commercial or educational Microsoft 365 license with access to the Microsoft 365 Office desktop apps, such as:
7-
87
- Office 365 Business
98
- Office 365 Business Premium
109
- Office 365 ProPlus
@@ -13,6 +12,7 @@ To use Office Scripts, you'll need the following.
1312
- Office 365 Enterprise E5
1413
- Office 365 A3
1514
- Office 365 A5
15+
1. Internet connectivity with [connected experiences](/deployoffice/privacy/connected-experiences) enabled.
1616

1717
> [!NOTE]
1818
> If you meet these requirements and are still not seeing the **Automate** tab, it's possible that your admin has disabled the feature or there's some other problem with your environment. Please follow the steps under [Automate tab not appearing or Office Scripts unavailable](../testing/troubleshooting.md#automate-tab-not-appearing-or-office-scripts-unavailable) to start using Office Scripts.

docs/overview/script-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: Office Scripts file storage and ownership
33
description: Information about how Office Scripts are stored in Microsoft OneDrive and transferred between owners.
4-
ms.date: 08/31/2022
4+
ms.date: 03/14/2022
55
ms.localizationpriority: medium
66
---
77

88
# Office Scripts file storage and ownership
99

1010
Office Scripts are stored as **.osts** files in your Microsoft OneDrive or a SharePoint folder. They are stored separately from a workbook. To give users who are outside of the SharePoint site access to the script, [share the script with an Excel workbook](excel.md#share-office-scripts). This means you're linking the script with the file, not attaching it. Whoever has access to the Excel file will also be able to view, run, or make a copy of the script.
1111

12-
Excel only recognizes and runs a script if it's in your OneDrive folder, a Sharepoint folder, or shared with the workbook.
12+
Excel only recognizes and runs a script if it's in your OneDrive folder, a Sharepoint folder, or shared with the workbook. This means Excel needs internet connectivity to access Office Scripts.
1313

1414
## OneDrive
1515

0 commit comments

Comments
 (0)