Skip to content

Commit 57e3334

Browse files
authored
[Word, Excel, PowerPoint] (DevX) Update manual sideloading information to match current UI (#4972)
* Update manual sideloading information to match current UI * Update date
1 parent 8071357 commit 57e3334

7 files changed

+18
-23
lines changed

docs/excel/custom-functions-debugging.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Custom functions debugging in a non-shared runtime
33
description: Learn how to debug your Excel custom functions that don't use a shared runtime.
4-
ms.date: 01/26/2023
4+
ms.date: 12/26/2024
55
ms.topic: troubleshooting
66
ms.localizationpriority: medium
77
---
@@ -43,11 +43,8 @@ You can use the browser developer tools to debug custom functions that don't use
4343

4444
1. Open [Office on the web](https://office.live.com/).
4545
1. Open a new Excel workbook.
46-
1. Select **Home** > **Add-ins**, then select **Get Add-ins**.
47-
1. On the **Office Add-ins** dialog, select the **MY ADD-INS** tab, choose **Manage My Add-ins**, and then **Upload My Add-in**.
48-
49-
![The Office Add-ins dialog with a drop-down in the upper right reading "Manage my add-ins" and a drop-down below it with the option "Upload My Add-in".](../images/office-add-ins-my-account.png)
50-
46+
1. Select **Home** > **Add-ins**, then select **More Settings**.
47+
1. On the **Office Add-ins** dialog, select **Upload My Add-in**.
5148
1. **Browse** to the add-in manifest file, and then select **Upload**.
5249

5350
![The upload add-in dialog with buttons for browse, upload, and cancel.](../images/upload-add-in.png)
-125 KB
Binary file not shown.

docs/includes/excel-custom-functions-manually-register.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ If the `CONTOSO` namespace isn't available in the autocomplete menu, take the fo
22

33
# [Excel on the web](#tab/excel-online)
44

5-
1. In Excel, select **Home** > **Add-ins**, then select **More Add-ins**.
5+
1. Select **Home** > **Add-ins**, then select **More Settings**.
66

7-
1. In the **MY ADD-INS** tab, select **Manage My Add-ins** and choose **Upload My Add-in**.
7+
1. On the **Office Add-ins** dialog, select **Upload My Add-in**.
88

99
1. Choose **Browse...** and navigate to the root directory of the project that the Yeoman generator created.
1010

docs/publish/publish-task-pane-and-content-add-ins-to-an-add-in-catalog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Publish task pane and content add-ins to a SharePoint app catalog
33
description: To make Office Add-ins accessible to users within their organization, administrators can upload Office Add-ins manifest files to the app catalog for their organization.
4-
ms.date: 04/12/2024
4+
ms.date: 12/26/2024
55

66
ms.localizationpriority: medium
77
---
@@ -76,7 +76,7 @@ Find Office Add-ins from the app catalog using the following steps.
7676

7777
1. Open the application.
7878
1. Create or open a document.
79-
1. Select **Home** > **Add-ins**, then select **More Add-ins**.
79+
1. Select **Home** > **Add-ins**, then select **More Settings**.
8080
_**Insert** > **Office Add-ins** in OneNote._
8181
1. In the Office Add-ins dialog, choose the **MY ORGANIZATION** tab.
8282
1. Choose an Office Add-in and then choose **Add**.
@@ -92,7 +92,7 @@ Find Office Add-ins from the app catalog using the following steps.
9292
Specify just the URL of the parent site collection:
9393
- `https://<domain>/sites/<AddinCatalogSiteCollection>`
9494
1. Close and reopen the Office application.
95-
1. Select **Home** > **Add-ins**, then select **Get Add-ins**.
95+
1. Select **Home** > **Add-ins**, then select **More Settings**.
9696
1. In the Office Add-ins dialog, choose the **MY ORGANIZATION** tab.
9797
1. Choose an Office Add-in and then choose **Add**.
9898

docs/testing/debug-add-ins-using-f12-tools-ie.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Debug add-ins using developer tools for Internet Explorer
33
description: Debug add-ins using the developer tools in Internet Explorer.
4-
ms.date: 07/14/2024
4+
ms.date: 12/26/2024
55
ms.localizationpriority: medium
66
---
77

@@ -63,9 +63,9 @@ The following steps are the instructions for debugging your add-in. If you just
6363
This example uses Word and a free add-in from AppSource.
6464

6565
1. Open Word and choose a blank document.
66-
1. Select **Home** > **Add-ins**, then select **Get Add-ins**.
66+
1. Select **Home** > **Add-ins**, then select **More Add-ins**.
6767
1. In the **Office Add-ins** dialog, select the **STORE** tab.
68-
1. Select the **QR4Office** add-in. It opens in a task pane.
68+
1. Search for and select the **QR4Office** add-in. It opens in a task pane.
6969
1. Launch the F12 development tools that corresponds to your version of Office as described in the preceding section.
7070
1. In the F12 window, select **Home.html**.
7171
1. In the **Debugger** tab, open the file **Home.js** as described in the preceding section.

docs/testing/sideload-office-add-ins-for-testing.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Sideload Office Add-ins to Office on the web
33
description: Test your Office Add-in in Office on the web by sideloading.
4-
ms.date: 08/17/2023
4+
ms.date: 12/26/2024
55
ms.localizationpriority: medium
66
---
77

@@ -67,13 +67,11 @@ If you're using Visual Studio to develop your add-in, press **F5** to open an Of
6767

6868
This method doesn't use the command line and can be accomplished using commands only within the host application (such as Excel).
6969

70-
1. Open [Office on the web](https://office.com/). Open a document in **Excel**, **OneNote**, **PowerPoint**, or **Word**.
70+
1. Open [Office on the web](https://office.com/). Open a document in **Excel**, **OneNote**, **PowerPoint**, or **Word**.
7171

72-
1. Select **Home** > **Add-ins**, then select **More Add-ins**.
72+
1. Select **Home** > **Add-ins**, then select **More Settings**.
7373

74-
1. On the **Office Add-ins** dialog, select the **MY ADD-INS** tab, choose **Manage My Add-ins**, and then **Upload My Add-in**.
75-
76-
![The Office Add-ins dialog with a drop-down in the upper right reading "Manage my add-ins" and a drop-down below it with the option "Upload My Add-in".](../images/office-add-ins-my-account.png)
74+
1. On the **Office Add-ins** dialog, select **Upload My Add-in**.
7775

7876
1. **Browse** to the add-in manifest file, and then select **Upload**.
7977

docs/tutorials/excel-tutorial-create-custom-functions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Excel custom functions tutorial
33
description: In this tutorial, you will create an Excel add-in that contains a custom function that can perform calculations, request web data, or stream web data.
4-
ms.date: 12/11/2023
4+
ms.date: 12/26/2024
55
ms.service: excel
66
#Customer intent: As an add-in developer, I want to create custom functions in Excel to increase user productivity.
77
ms.localizationpriority: high
@@ -145,9 +145,9 @@ Integrating data from the Web is a great way to extend Excel through custom func
145145
146146
# [Excel on the web](#tab/excel-online)
147147
148-
1. In Excel, select **Home** > **Add-ins**, then select **More Add-ins**.
148+
1. Select **Home** > **Add-ins**, then select **More Settings**.
149149
150-
1. In the Office Add-ins dialog, choose **Manage My Add-ins**, then select **Upload My Add-in**.
150+
1. On the **Office Add-ins** dialog, select **Upload My Add-in**.
151151
152152
1. Choose **Browse...** and navigate to the root directory of the project that the Yeoman generator created.
153153

0 commit comments

Comments
 (0)