Skip to content

Commit c8fea7a

Browse files
authored
[Excel] (Undo) Add Insiders note (#5207)
* [Excel] (Undo) Add Insiders note * Adjust phrasing
1 parent 0e9eaa3 commit c8fea7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/excel/excel-add-ins-undo-capabilities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Undo capabilities with the Excel JavaScript API
33
description: Learn how to preserve the undo stack in your Excel add-ins.
4-
ms.date: 05/15/2025
4+
ms.date: 06/04/2025
55
ms.localizationpriority: medium
66
---
77

@@ -10,7 +10,7 @@ ms.localizationpriority: medium
1010
Excel add-ins support undo behavior. This preserves both actions performed by Excel JavaScript APIs and actions performed by the user in Excel. These actions are saved in the *undo stack* for an individual user, allowing the user to step back through their actions when desired.
1111

1212
> [!NOTE]
13-
> The features described in this article are currently available only in public preview. [!INCLUDE [Information about using preview APIs](../includes/using-excel-preview-apis.md)]
13+
> The features described in this article are currently available only in public preview. [!INCLUDE [Information about using preview APIs](../includes/using-excel-preview-apis.md)] To use this feature, you must also join the [Microsoft 365 Insider Program](https://aka.ms/MSFT365InsiderProgram) and download the latest build of Excel.
1414
1515
## Undo grouping
1616

0 commit comments

Comments
 (0)