Skip to content

Commit c3d5679

Browse files
authored
Merge pull request #1925 from MicrosoftDocs/main
Merging into live branch
2 parents cfb94e1 + dec41d9 commit c3d5679

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Language/Concepts/Getting-Started/using-arrays.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ varData(3) = Format("06-09-1952", "General Date")
6767

6868
```
6969

70-
The other way is to assign the array returned by the **Array** function to a **Variant** variable, as shown in the following example.
70+
The other way is to assign the array returned by the **[Array](../../reference/user-interface-help/array-function.md)** function to a **Variant** variable, as shown in the following example.
7171

7272
```vb
7373
Dim varData As Variant

api/Word.Range.ExportAsFixedFormat3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The _ImproveExportTagging_ parameter enables improved accessibility tagging for
5353

5454
## Requirements
5555

56-
Microsoft 365 Beta Channel 16.0.18720.20000
56+
Microsoft 365 Version 2506
5757

5858
### See also
5959
[Manage sensitivity labels in Office apps](/microsoft-365/compliance/sensitivity-labels-office-apps?view=o365-worldwide#pdf-support&preserve-view=true)

0 commit comments

Comments
 (0)