Skip to content

Commit 6fedc46

Browse files
Merge pull request #13810 from Brchatel/docs-editor/how-to-add-an-actions-pane-to-1744162104
Update Add an Actions Pane to Word Documents or Excel Workbooks with deprecation information for Word
2 parents 380372a + e2a83d0 commit 6fedc46

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/vsto/how-to-add-an-actions-pane-to-word-documents-or-excel-workbooks.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,16 @@ ms.subservice: office-development
1818
---
1919
# Add an Actions Pane to Word Documents or Excel Workbooks
2020

21-
To add an actions pane to a Microsoft Office Word document or a Microsoft Excel workbook, first create a Windows Forms user control. Then, add the user control to the <xref:Microsoft.Office.Tools.ActionsPane.Controls%2A> property of the `ThisDocument.ActionsPane` field (Word) or `ThisWorkbook.ActionsPane` field (Excel) in your project.
21+
> [!IMPORTANT]
22+
> The Actions feature has been retired from Microsoft Word starting in Office 2024.
23+
> This feature is only available in Microsoft Word with the following releases of Office:
24+
> - Microsoft 365
25+
> - Office LTSC Professional Plus 2021
26+
> - Office LTSC Standard 2021
27+
> - Office Professional Plus 2016, 2019
28+
> - Office Standard 2016, 2019
29+
30+
To add an actions pane to a Microsoft Office Word document or a Microsoft Excel workbook, first create a Windows Forms user control. Then, add the user control to the <xref:Microsoft.Office.Tools.ActionsPane.Controls%2A> property of the `ThisDocument.ActionsPane` field (Word) or `ThisWorkbook.ActionsPane` field (Excel) in your project.
2231

2332
[!INCLUDE[appliesto_alldoc](../vsto/includes/appliesto-alldoc-md.md)]
2433

0 commit comments

Comments
 (0)