Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Language/Concepts/Getting-Started/using-arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ varData(3) = Format("06-09-1952", "General Date")

```

The other way is to assign the array returned by the **Array** function to a **Variant** variable, as shown in the following example.
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.

```vb
Dim varData As Variant
Expand Down
2 changes: 1 addition & 1 deletion api/Word.Range.ExportAsFixedFormat3.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The _ImproveExportTagging_ parameter enables improved accessibility tagging for

## Requirements

Microsoft 365 Beta Channel 16.0.18720.20000
Microsoft 365 Version 2506

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