Skip to content

Commit 60819ec

Browse files
Acrolinx fixes.
1 parent 916bfe6 commit 60819ec

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/vsto/how-autosave-impacts-office-solutions.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "How AutoSave impacts Office solutions"
33
ms.custom: ""
4-
ms.date: "07/20/2017"
4+
ms.date: "10/26/2018"
55
ms.technology:
66
- "office-development"
77
ms.topic: "conceptual"
@@ -18,9 +18,11 @@ ms.workload:
1818
---
1919
# How AutoSave impacts Office solutions
2020

21-
AutoSave is a feature for Excel, PowerPoint and Word that, when turned on, enables the user’s edits to be saved automatically and continuously. If AutoSave is turned off, then save must be triggered manually for the user's changes to be persisted. With the addition of this feature, you may need to make adjustments to your Office solution in order to ensure that it works smoothly even while AutoSave is on. For details, see [How AutoSave impacts add-ins and macros](/office/vba/library-reference/concepts/how-autosave-impacts-addins-and-macros). For more information about AutoSave in general, see [What is AutoSave?](https://support.office.com/en-US/article/What-is-AutoSave-6d6bd723-ebfd-4e40-b5f6-ae6e8088f7a5).
21+
AutoSave is a feature for Excel, PowerPoint, and Word that automatically and continuously saves your edits. If the feature is turned off, you must save files manually to keep your changes. You may need to adjust your Office solution so that it works smoothly even while AutoSave is on. For details, see [How AutoSave impacts add-ins and macros](/office/vba/library-reference/concepts/how-autosave-impacts-addins-and-macros). For more information about AutoSave in general, see [What is AutoSave?](https://support.office.com/en-US/article/What-is-AutoSave-6d6bd723-ebfd-4e40-b5f6-ae6e8088f7a5).
2222

23-
Note: AutoSave for Windows Desktop Word, Excel, and PowerPoint was introduced in 2017 and is currently available for Office365 subscribers. Users who bought a perpetual license to Office 2016 or earlier do not currently have access to the coauthoring feature. (Excel Online, Excel for Android, Excel for iOS, and Excel Mobile in the Windows Store also support AutoSave).
23+
> ![NOTE]
24+
> AutoSave for Windows Desktop Word, Excel, and PowerPoint was introduced in 2017 and is currently available for Office365 subscribers. If you bought a perpetual license to Office 2016 or earlier, you don't currently have access to the coauthoring feature. (Excel Online, Excel for Android, Excel for iOS, and Excel Mobile in the Windows Store do support this feature, though.)
2425
2526
## See also
27+
2628
[Develop Office solutions](./developing-office-solutions.md)

0 commit comments

Comments
 (0)